Skip to content

Commit

Permalink
Debugging: comment out all TSC AV1 things
Browse files Browse the repository at this point in the history
trying to see if this makes some linker errors go away in luma-wasm
  • Loading branch information
dchengTSC committed Jan 17, 2025
1 parent b053fe0 commit f3ee4a0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions custom-ports/ffmpeg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ set(TSC_DECODERS "")
set(TSC_MUXERS "")
set(TSC_DEMUXERS "")

if("aom" IN_LIST FEATURES)
list(APPEND TSC_ENCODERS libaom_av1)
list(APPEND TSC_DECODERS libaom_av1)
endif()

if("dav1d" IN_LIST FEATURES)
list(APPEND TSC_DECODERS libdav1d)
endif()
#if("aom" IN_LIST FEATURES)
# list(APPEND TSC_ENCODERS libaom_av1)
# list(APPEND TSC_DECODERS libaom_av1)
#endif()
#
#if("dav1d" IN_LIST FEATURES)
# list(APPEND TSC_DECODERS libdav1d)
#endif()

if("mp3lame" IN_LIST FEATURES)
list(APPEND TSC_ENCODERS libmp3lame)
Expand Down

0 comments on commit f3ee4a0

Please sign in to comment.