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

Peter Schlaile peter at schlaile.de
Thu Sep 27 08:53:21 CEST 2007


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

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

Minor fix for using system's ffmpeg.

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

Modified: trunk/blender/config/linux2-config.py
===================================================================
--- trunk/blender/config/linux2-config.py	2007-09-27 06:48:50 UTC (rev 12155)
+++ trunk/blender/config/linux2-config.py	2007-09-27 06:53:21 UTC (rev 12156)
@@ -120,8 +120,9 @@
 BF_FFMPEG_INC = '${BF_FFMPEG}/include'
 BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
 BF_FFMPEG_LIB = ''
-# Uncomment the following line to use external ffmpeg
+# Uncomment the following two lines to use system's ffmpeg
 # BF_FFMPEG_LIB = 'avformat avcodec swscale avutil'
+# BF_FFMPEG = '/usr'
 
 # Mesa Libs should go here if your using them as well....
 WITH_BF_STATICOPENGL = 'false'





More information about the Bf-blender-cvs mailing list