Skip to content

Commit

Permalink
build: enable mpeg1video, mp2 in ffmpeg for Crimson Skies
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Nov 16, 2023
1 parent b2b7fa1 commit 09cd075
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ FFMPEG_CONFIGURE_ARGS := \
--disable-doc \
--enable-decoder=indeo5 \
--enable-decoder=adpcm_ms \
--enable-decoder=mpeg1video \
--enable-decoder=mp2 \
--enable-decoder=mpeg4 \
--enable-decoder=msmpeg4v1 \
--enable-decoder=msmpeg4v2 \
Expand Down

0 comments on commit 09cd075

Please sign in to comment.