[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22358] branches/blender2.5/blender/ CMakeLists.txt: UNTESTED: Fixes for cmake on apple; libsamplerate and ffmpeg.

Jörg Müller nexyon at gmail.com
Mon Aug 10 23:48:17 CEST 2009


Revision: 22358
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22358
Author:   nexyon
Date:     2009-08-10 23:48:17 +0200 (Mon, 10 Aug 2009)

Log Message:
-----------
UNTESTED: Fixes for cmake on apple; libsamplerate and ffmpeg.

Modified Paths:
--------------
    branches/blender2.5/blender/CMakeLists.txt

Modified: branches/blender2.5/blender/CMakeLists.txt
===================================================================
--- branches/blender2.5/blender/CMakeLists.txt	2009-08-10 21:47:46 UTC (rev 22357)
+++ branches/blender2.5/blender/CMakeLists.txt	2009-08-10 21:48:17 UTC (rev 22358)
@@ -413,6 +413,16 @@
   SET(OPENEXR_LIB Iex Half IlmImf Imath IlmThread)
   SET(OPENEXR_LIBPATH ${OPENEXR}/lib)
 
+  SET(FFMPEG ${LIBDIR}/ffmpeg)
+  SET(FFMPEG_INC ${CMAKE_SOURCE_DIR}/extern/ffmpeg)
+  SET(FFMPEG_LIB avcodec avdevice avformat avutil mp3lame swscale x264 xvidcore)
+  SET(FFMPEG_LIBPATH ${FFMPEG}/lib)
+
+  SET(LIBSAMPLERATE ${LIBDIR}/samplerate)
+  SET(LIBSAMPLERATE_INC ${LIBSAMPLERATE}/include)
+  SET(LIBSAMPLERATE_LIB libsamplerate)
+  SET(LIBSAMPLERATE_LIBPATH ${LIBSAMPLERATE}/lib)
+
   SET(LLIBS stdc++ SystemStubs)
 
   SET(PLATFORM_CFLAGS "-pipe -fPIC -funsigned-char -fno-strict-aliasing")





More information about the Bf-blender-cvs mailing list