[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12120] trunk/blender/config/linux2-config .py: == Sequencer / FFMPEG ==

Peter Schlaile peter at schlaile.de
Sun Sep 23 19:16:13 CEST 2007


Revision: 12120
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12120
Author:   schlaile
Date:     2007-09-23 19:16:13 +0200 (Sun, 23 Sep 2007)

Log Message:
-----------
== Sequencer / FFMPEG ==

Updated to latest FFMPEG-version, which uses new swscaler.

Modified Paths:
--------------
    trunk/blender/config/linux2-config.py

Modified: trunk/blender/config/linux2-config.py
===================================================================
--- trunk/blender/config/linux2-config.py	2007-09-23 15:10:41 UTC (rev 12119)
+++ trunk/blender/config/linux2-config.py	2007-09-23 17:16:13 UTC (rev 12120)
@@ -119,7 +119,7 @@
 BF_FFMPEG = '/usr'
 BF_FFMPEG_INC = '${BF_FFMPEG}/include'
 BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
-BF_FFMPEG_LIB = 'avformat avcodec avutil'
+BF_FFMPEG_LIB = 'avformat avcodec swscale avutil'
 
 # Mesa Libs should go here if your using them as well....
 WITH_BF_STATICOPENGL = 'false'





More information about the Bf-blender-cvs mailing list