[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26922] trunk/blender/CMakeLists.txt: OSX/ CMake : fix ffmpeg include path

Damien Plisson damien.plisson at yahoo.fr
Mon Feb 15 11:38:47 CET 2010


Revision: 26922
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26922
Author:   damien78
Date:     2010-02-15 11:38:47 +0100 (Mon, 15 Feb 2010)

Log Message:
-----------
OSX/CMake : fix ffmpeg include path

Modified Paths:
--------------
    trunk/blender/CMakeLists.txt

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2010-02-15 10:21:19 UTC (rev 26921)
+++ trunk/blender/CMakeLists.txt	2010-02-15 10:38:47 UTC (rev 26922)
@@ -521,7 +521,7 @@
 	SET(OPENEXR_LIBPATH ${OPENEXR}/lib)
 
 	SET(FFMPEG ${LIBDIR}/ffmpeg)
-	SET(FFMPEG_INC ${CMAKE_SOURCE_DIR}/extern/ffmpeg)
+	SET(FFMPEG_INC ${FFMPEG}/include)
 	SET(FFMPEG_LIB avcodec avdevice avformat avutil mp3lame swscale x264 xvidcore)
 	SET(FFMPEG_LIBPATH ${FFMPEG}/lib)
 





More information about the Bf-blender-cvs mailing list