Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2019-04-10 11:19:25 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-04-10 11:19:25 +0300
commitf9e0836147e5ad6168bce381ca36b61a169b165a (patch)
tree8dc9e06f9c42e0ca962d02d64dc590f9f3bd7c2b /build_files
parentb7a09114f66f05b50c42a3b2c2ca3253dda64e5b (diff)
Fix T63347: No longer supported disable-ffserver option in install_deps script.
FFMPEG removed ffserver and that option alltogether three years ago.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index dfa82fe4da4..c54af829b38 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -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 \