[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39166] branches/soc-2011-pepper/source/ creator/CMakeLists.txt: Updating CMake to install the correct ffmpeg libs.

Mitchell Stokes mogurijin at gmail.com
Sun Aug 7 21:32:22 CEST 2011


Revision: 39166
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39166
Author:   moguri
Date:     2011-08-07 19:32:22 +0000 (Sun, 07 Aug 2011)
Log Message:
-----------
Updating CMake to install the correct ffmpeg libs.

Modified Paths:
--------------
    branches/soc-2011-pepper/source/creator/CMakeLists.txt

Modified: branches/soc-2011-pepper/source/creator/CMakeLists.txt
===================================================================
--- branches/soc-2011-pepper/source/creator/CMakeLists.txt	2011-08-07 19:22:39 UTC (rev 39165)
+++ branches/soc-2011-pepper/source/creator/CMakeLists.txt	2011-08-07 19:32:22 UTC (rev 39166)
@@ -547,11 +547,11 @@
 	if(WITH_CODEC_FFMPEG)
 		install(
 			FILES
-				${LIBDIR}/ffmpeg/lib/avcodec-52.dll
-				${LIBDIR}/ffmpeg/lib/avformat-52.dll
-				${LIBDIR}/ffmpeg/lib/avdevice-52.dll
-				${LIBDIR}/ffmpeg/lib/avutil-50.dll
-				${LIBDIR}/ffmpeg/lib/swscale-0.dll
+				${LIBDIR}/ffmpeg-0.8/lib/avcodec-53.dll
+				${LIBDIR}/ffmpeg-0.8/lib/avformat-53.dll
+				${LIBDIR}/ffmpeg-0.8/lib/avdevice-53.dll
+				${LIBDIR}/ffmpeg-0.8/lib/avutil-51.dll
+				${LIBDIR}/ffmpeg-0.8/lib/swscale-2.dll
 			DESTINATION ${TARGETDIR}
 		)
 



More information about the Bf-blender-cvs mailing list