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

Peter Schlaile peter at schlaile.de
Thu Sep 27 09:19:11 CEST 2007


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

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

Another fix for external ffmpeg building.

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

Modified: trunk/blender/config/linux2-config.py
===================================================================
--- trunk/blender/config/linux2-config.py	2007-09-27 07:08:22 UTC (rev 12157)
+++ trunk/blender/config/linux2-config.py	2007-09-27 07:19:10 UTC (rev 12158)
@@ -117,12 +117,12 @@
 # enable ffmpeg  support
 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 = ''
 # Uncomment the following two lines to use system's ffmpeg
+# BF_FFMPEG = '/usr'
 # BF_FFMPEG_LIB = 'avformat avcodec swscale avutil'
-# BF_FFMPEG = '/usr'
+BF_FFMPEG_INC = '${BF_FFMPEG}/include'
+BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
 
 # Mesa Libs should go here if your using them as well....
 WITH_BF_STATICOPENGL = 'false'





More information about the Bf-blender-cvs mailing list