[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13560] trunk/blender/SConstruct: * Building with FFMPEG-support on Windows works only for mingw.

Nathan Letwory jesterking at letwory.net
Mon Feb 4 07:44:13 CET 2008


Revision: 13560
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13560
Author:   jesterking
Date:     2008-02-04 07:44:13 +0100 (Mon, 04 Feb 2008)

Log Message:
-----------
* Building with FFMPEG-support on Windows works only for mingw. And those libs are static anyway.

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

Modified: trunk/blender/SConstruct
===================================================================
--- trunk/blender/SConstruct	2008-02-04 06:35:16 UTC (rev 13559)
+++ trunk/blender/SConstruct	2008-02-04 06:44:13 UTC (rev 13560)
@@ -422,10 +422,10 @@
         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-51.dll',
+#                        '${LCGDIR}/ffmpeg/lib/avutil-49.dll']
     windlls = env.Install(dir=env['BF_INSTALLDIR'], source = dllsources)
     allinstall += windlls
 





More information about the Bf-blender-cvs mailing list