Skip to content

Commit

Permalink
Drop unsupported ffmpeg v7 configuration flags
Browse files Browse the repository at this point in the history
Disabling lzo isn't allowed anymore FFmpeg/FFmpeg@df27292

Couldn't find commits for the other two. But I suspect they are now
enabled by default.
  • Loading branch information
hashworks committed Jul 5, 2024
1 parent cbb6cdd commit 9b2aba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ install_ffmpeg()
--extra-ldflags="${ADDI_LDFLAGS} -L${PREFIX}/lib -Wl,-rpath,${PREFIX}/lib " \
--extra-libs=-ldl ${ADDI_EXTRA_LIBS} \
${ADDI_LICENSE} \
--disable-everything --disable-programs --disable-avdevice --disable-dwt --disable-lsp --disable-lzo --disable-faan --disable-pixelutils \
--enable-shared --enable-zlib --enable-libopus --enable-libvpx --enable-libfdk_aac --enable-libopenh264 --enable-openssl --enable-network --enable-libsrt --enable-dct --enable-rdft ${ADDI_LIBS} \
--disable-everything --disable-programs --disable-avdevice --disable-dwt --disable-lsp --disable-faan --disable-pixelutils \
--enable-shared --enable-zlib --enable-libopus --enable-libvpx --enable-libfdk_aac --enable-libopenh264 --enable-openssl --enable-network --enable-libsrt ${ADDI_LIBS} \
${ADDI_HWACCEL} \
--enable-ffmpeg \
--enable-encoder=libvpx_vp8,libopus,libfdk_aac,libopenh264,mjpeg,png${ADDI_ENCODER} \
Expand Down

0 comments on commit 9b2aba9

Please sign in to comment.