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>2016-01-29 19:05:01 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-01-29 19:05:01 +0300
commitb33bcc1955ca9b76835e5f80de5b826a4f0451be (patch)
treeb494c873f18d3e9ba82cc7cd0973fc0f64d37380 /build_files
parent75838de7c30ddb69ea27754d70bf05693b5acf52 (diff)
install_deps: disable ffmpeg in oiio, we do not need it and this lib varies too much accross distros...
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index d12ce22fffc..37daf186ff0 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1520,6 +1520,7 @@ compile_OIIO() {
# Optional tests and cmd tools
cmake_d="$cmake_d -D USE_QT=OFF"
cmake_d="$cmake_d -D USE_PYTHON=OFF"
+ cmake_d="$cmake_d -D USE_FFMPEG=OFF"
cmake_d="$cmake_d -D BUILD_TESTING=OFF"
cmake_d="$cmake_d -D OIIO_BUILD_TESTS=OFF"
cmake_d="$cmake_d -D OIIO_BUILD_TOOLS=OFF"