[Bf-blender-cvs] [7e60d38e6c0] tmp-vfx-platform-2023: deps_builder: disable maintainer mode for opus

Ray Molenkamp noreply at git.blender.org
Thu Oct 27 20:47:37 CEST 2022


Commit: 7e60d38e6c092aa7eedfe255435503fe42fff29c
Author: Ray Molenkamp
Date:   Thu Oct 27 12:47:27 2022 -0600
Branches: tmp-vfx-platform-2023
https://developer.blender.org/rB7e60d38e6c092aa7eedfe255435503fe42fff29c

deps_builder: disable maintainer mode for opus

this requires autotools, which isn't available
on our mingw setup. Unsure why it suddenly became
a problem.

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

M	build_files/build_environment/cmake/opus.cmake

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

diff --git a/build_files/build_environment/cmake/opus.cmake b/build_files/build_environment/cmake/opus.cmake
index f4f77749e00..c5d1d207805 100644
--- a/build_files/build_environment/cmake/opus.cmake
+++ b/build_files/build_environment/cmake/opus.cmake
@@ -9,6 +9,7 @@ ExternalProject_Add(external_opus
     --disable-shared
     --enable-static
     --with-pic
+    --disable-maintainer-mode
   BUILD_COMMAND ${CONFIGURE_ENV} && cd ${BUILD_DIR}/opus/src/external_opus/ && make -j${MAKE_THREADS}
   INSTALL_COMMAND ${CONFIGURE_ENV} && cd ${BUILD_DIR}/opus/src/external_opus/ && make install
   INSTALL_DIR ${LIBDIR}/opus



More information about the Bf-blender-cvs mailing list