[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [14562] trunk/blender/SConstruct: * copy FFMPEG libraries on Windows to BF_INSTALLDIR when done.

Nathan Letwory jesterking at letwory.net
Sun Apr 27 19:00:25 CEST 2008


Revision: 14562
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14562
Author:   jesterking
Date:     2008-04-27 19:00:22 +0200 (Sun, 27 Apr 2008)

Log Message:
-----------
* copy FFMPEG libraries on Windows to BF_INSTALLDIR when done.

Modified Paths:
--------------
    trunk/blender/SConstruct

Modified: trunk/blender/SConstruct
===================================================================
--- trunk/blender/SConstruct	2008-04-27 15:02:37 UTC (rev 14561)
+++ trunk/blender/SConstruct	2008-04-27 17:00:22 UTC (rev 14562)
@@ -432,10 +432,13 @@
         dllsources += ['${LCGDIR}/pthreads/lib/pthreadVC2.dll']
     if env['WITH_BF_ICONV']:
         dllsources += ['${LCGDIR}/iconv/lib/iconv.dll']
-#    if env['WITH_BF_FFMPEG']:
-#        dllsources += ['${LCGDIR}/ffmpeg/lib/avcodec-51.dll',
-#                        '${LCGDIR}/ffmpeg/lib/avformat-51.dll',
-#                        '${LCGDIR}/ffmpeg/lib/avutil-49.dll']
+    if env['WITH_BF_FFMPEG']:
+        dllsources += ['${LCGDIR}/ffmpeg/lib/avcodec-51.dll',
+                        '${LCGDIR}/ffmpeg/lib/avformat-52.dll',
+                        '${LCGDIR}/ffmpeg/lib/libfaad-0.dll',
+                        '${LCGDIR}/ffmpeg/lib/libmp3lame-0.dll',
+                        '${LCGDIR}/ffmpeg/lib/xvidcore.dll',
+                        '${LCGDIR}/ffmpeg/lib/swscale-0.dll']
     windlls = env.Install(dir=env['BF_INSTALLDIR'], source = dllsources)
     allinstall += windlls
 





More information about the Bf-blender-cvs mailing list