Fix T57059: "make deps" build error when sndio library is present.

This commit is contained in:
Jorge Bernal 2018-10-04 13:31:38 +02:00 committed by Brecht Van Lommel
parent 9a674a749b
commit 6e08b01bd9
Notes: blender-bot 2023-02-14 05:51:15 +01:00
Referenced by issue #57059, "Make deps" doesn't work in Ubuntu 16.04
2 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,7 @@ ExternalProject_Add(external_ffmpeg
--disable-indev=alsa
--disable-outdev=alsa
--disable-crystalhd
--disable-sndio
BUILD_COMMAND ${CONFIGURE_ENV_NO_PERL} && cd ${BUILD_DIR}/ffmpeg/src/external_ffmpeg/ && make -j${MAKE_THREADS}
INSTALL_COMMAND ${CONFIGURE_ENV_NO_PERL} && cd ${BUILD_DIR}/ffmpeg/src/external_ffmpeg/ && make install
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${LIBDIR}/ffmpeg ${DEFAULT_CMAKE_FLAGS}

View File

@ -25,6 +25,7 @@ else()
-DSDL_STATIC=ON
-DSDL_SHARED=OFF
-DSDL_VIDEO=OFF
-DSNDIO=OFF
)
endif()