[Bf-blender-cvs] [ae04d0f] master: CMake: update for macOS 10.9 libs with ffmpeg 3.2.1 and webp support.

Brecht Van Lommel noreply at git.blender.org
Sat Dec 3 15:32:01 CET 2016


Commit: ae04d0fcb6e05f6a1132b5dd4f6103f01d0c5dd1
Author: Brecht Van Lommel
Date:   Sat Dec 3 14:56:58 2016 +0100
Branches: master
https://developer.blender.org/rBae04d0fcb6e05f6a1132b5dd4f6103f01d0c5dd1

CMake: update for macOS 10.9 libs with ffmpeg 3.2.1 and webp support.

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

M	build_files/cmake/platform/platform_apple.cmake

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

diff --git a/build_files/cmake/platform/platform_apple.cmake b/build_files/cmake/platform/platform_apple.cmake
index 129969a..0083cca 100644
--- a/build_files/cmake/platform/platform_apple.cmake
+++ b/build_files/cmake/platform/platform_apple.cmake
@@ -158,7 +158,7 @@ if(WITH_CODEC_FFMPEG)
 		mp3lame swscale x264 xvidcore theora theoradec theoraenc vorbis vorbisenc vorbisfile ogg
 	)
 	if(WITH_CXX11)
-		set(FFMPEG_LIBRARIES ${FFMPEG_LIBRARIES} schroedinger orc vpx)
+		set(FFMPEG_LIBRARIES ${FFMPEG_LIBRARIES} schroedinger orc vpx webp swresample)
 	endif()
 	set(FFMPEG_LIBPATH ${FFMPEG}/lib)
 endif()




More information about the Bf-blender-cvs mailing list