[Bf-blender-cvs] [b33bcc1] master: install_deps: disable ffmpeg in oiio, we do not need it and this lib varies too much accross distros...

Bastien Montagne noreply at git.blender.org
Fri Jan 29 17:05:48 CET 2016


Commit: b33bcc1955ca9b76835e5f80de5b826a4f0451be
Author: Bastien Montagne
Date:   Fri Jan 29 17:05:01 2016 +0100
Branches: master
https://developer.blender.org/rBb33bcc1955ca9b76835e5f80de5b826a4f0451be

install_deps: disable ffmpeg in oiio, we do not need it and this lib varies too much accross distros...

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index d12ce22..37daf18 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"




More information about the Bf-blender-cvs mailing list