Skip to content

Commit

Permalink
Merge pull request #64 from TechSmith/enableMOVMuxerForWasm
Browse files Browse the repository at this point in the history
Enable mov muxer for wasm
  • Loading branch information
dchengTSC authored Jan 3, 2025
2 parents 3891c26 + ed338e6 commit f447809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom-ports/ffmpeg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ elseif(VCPKG_TARGET_IS_EMSCRIPTEN)
--enable-encoder=aac*
--enable-decoder=aac*
--enable-protocol=file
--enable-demuxer=mov
--enable-demuxer=mov,mp4
--enable-muxer=mov,mp4
--nm=emnm
--ar=emar
--ranlib=emranlib
Expand Down

0 comments on commit f447809

Please sign in to comment.