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}
                )
 

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to