Skip to content

Commit

Permalink
enable more things
Browse files Browse the repository at this point in the history
  • Loading branch information
emilong committed Dec 14, 2024
1 parent 6a1a2d6 commit 9e1187f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FFMPEG_TARBALL=ffmpeg-$FFMPEG_VERSION.tar.gz
FFMPEG_TARBALL_URL=https://ffmpeg.org/releases/$FFMPEG_TARBALL

FFMPEG_CONFIGURE_FLAGS=(
--logfile=/tmp/ffmpeg.log
--disable-shared
--enable-static
--enable-pic
Expand Down Expand Up @@ -97,6 +98,7 @@ FFMPEG_CONFIGURE_FLAGS=(
--enable-demuxer=dsf

--enable-muxer=mp3
--enable-libmp3lame
--enable-encoder=libmp3lame

--enable-decoder=aac
Expand Down Expand Up @@ -167,7 +169,6 @@ FFMPEG_CONFIGURE_FLAGS=(
--enable-decoder=pcm_u24le
--enable-decoder=pcm_u32be
--enable-decoder=pcm_u32le
--enable-decoder=pcm_zork
--enable-decoder=dsd_lsbf
--enable-decoder=dsd_msbf
--enable-decoder=dsd_lsbf_planar
Expand Down

0 comments on commit 9e1187f

Please sign in to comment.