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

Peter Schlaile peter at schlaile.de
Thu Sep 27 08:48:00 CEST 2007


Revision: 12153
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12153
Author:   schlaile
Date:     2007-09-27 08:47:59 +0200 (Thu, 27 Sep 2007)

Log Message:
-----------
== FFMPEG ==

First round of scons support for internal ffmpeg.

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

Modified: trunk/blender/config/linux2-config.py
===================================================================
--- trunk/blender/config/linux2-config.py	2007-09-26 13:40:38 UTC (rev 12152)
+++ trunk/blender/config/linux2-config.py	2007-09-27 06:47:59 UTC (rev 12153)
@@ -115,11 +115,13 @@
 BF_ICONV_LIBPATH = '${BF_ICONV}/lib'
 
 # enable ffmpeg  support
-WITH_BF_FFMPEG = 'false'  # -DWITH_FFMPEG
-BF_FFMPEG = '/usr'
+WITH_BF_FFMPEG = 'true'  # -DWITH_FFMPEG
+BF_FFMPEG = '#extern/ffmpeg'
 BF_FFMPEG_INC = '${BF_FFMPEG}/include'
 BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
-BF_FFMPEG_LIB = 'avformat avcodec swscale avutil'
+BF_FFMPEG_LIB = ''
+# Uncomment the following line to use external ffmpeg
+# 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