[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21805] branches/soundsystem/CMakeLists. txt: cmake update for win32 regarding libsamplerate aka SRC

Jörg Müller nexyon at gmail.com
Wed Jul 22 22:23:23 CEST 2009


Revision: 21805
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21805
Author:   nexyon
Date:     2009-07-22 22:23:23 +0200 (Wed, 22 Jul 2009)

Log Message:
-----------
cmake update for win32 regarding libsamplerate aka SRC

Modified Paths:
--------------
    branches/soundsystem/CMakeLists.txt

Modified: branches/soundsystem/CMakeLists.txt
===================================================================
--- branches/soundsystem/CMakeLists.txt	2009-07-22 19:50:21 UTC (rev 21804)
+++ branches/soundsystem/CMakeLists.txt	2009-07-22 20:23:23 UTC (rev 21805)
@@ -274,9 +274,9 @@
   SET(FFMPEG_LIB avcodec-52 avformat-52 avdevice-52 avutil-50 swscale-0)
   SET(FFMPEG_LIBPATH ${FFMPEG}/lib)
 
-  SET(LIBSAMPLERATE ${LIBDIR}/SRC)
+  SET(LIBSAMPLERATE ${LIBDIR}/samplerate)
   SET(LIBSAMPLERATE_INC ${LIBSAMPLERATE}/include)
-  SET(LIBSAMPLERATE_LIB samplerate)
+  SET(LIBSAMPLERATE_LIB libsamplerate)
   SET(LIBSAMPLERATE_LIBPATH ${LIBSAMPLERATE}/lib)
 
   IF(CMAKE_CL_64)





More information about the Bf-blender-cvs mailing list