Fix T63347: No longer supported disable-ffserver option in install_deps script.

FFMPEG removed ffserver and that option alltogether three years ago.
This commit is contained in:
Bastien Montagne 2019-04-10 10:19:25 +02:00
parent b7a09114f6
commit f9e0836147
Notes: blender-bot 2023-02-14 10:29:30 +01:00
Referenced by issue #63347, disable-ffserver option in install_deps script
1 changed files with 1 additions and 1 deletions

View File

@ -2629,7 +2629,7 @@ compile_FFmpeg() {
./configure --cc="gcc -Wl,--as-needed" \
--extra-ldflags="-pthread -static-libgcc" \
--prefix=$_inst --enable-static \
--disable-ffplay --disable-ffserver --disable-doc \
--disable-ffplay --disable-doc \
--enable-gray \
--enable-avfilter --disable-vdpau \
--disable-bzlib --disable-libgsm --disable-libspeex \