In order to make blender link with ffmpeg enabled I had to make these changes:
Index: build_files/cmake/macros.cmake
===================================================================
--- build_files/cmake/macros.cmake (revision 39983)
+++ build_files/cmake/macros.cmake (working copy)
@@ -286,7 +286,7 @@
target_link_libraries(${target} ${OPENJPEG_LIBRARIES})
endif()
if(WITH_CODEC_FFMPEG)
- target_link_libraries(${target} ${FFMPEG_LIBRARIES})
+ target_link_libraries(${target} ${FFMPEG_LIBRARIES} asound bz2)
endif()
if(WITH_OPENCOLLADA)
if(WIN32 AND NOT UNIX)
Now this is not the right place to add these two libraries, but you surly know
better where to fix
it properly. I just wanted to let you know about it.
-panzi
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers