[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21476] branches/soundsystem/config: Updated default scons configuration for other platforms.

Jörg Müller nexyon at gmail.com
Fri Jul 10 09:31:46 CEST 2009


Revision: 21476
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21476
Author:   nexyon
Date:     2009-07-10 09:31:46 +0200 (Fri, 10 Jul 2009)

Log Message:
-----------
Updated default scons configuration for other platforms.

Modified Paths:
--------------
    branches/soundsystem/config/darwin-config.py
    branches/soundsystem/config/sunos5-config.py
    branches/soundsystem/config/win32-mingw-config.py
    branches/soundsystem/config/win32-vc-config.py
    branches/soundsystem/config/win64-vc-config.py

Modified: branches/soundsystem/config/darwin-config.py
===================================================================
--- branches/soundsystem/config/darwin-config.py	2009-07-10 06:55:05 UTC (rev 21475)
+++ branches/soundsystem/config/darwin-config.py	2009-07-10 07:31:46 UTC (rev 21476)
@@ -139,7 +139,7 @@
 BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
 
 WITH_BF_GAMEENGINE=True
-WITH_BF_PLAYER=True
+WITH_BF_PLAYER=False
 
 WITH_BF_BULLET = True
 BF_BULLET = '#extern/bullet2/src'

Modified: branches/soundsystem/config/sunos5-config.py
===================================================================
--- branches/soundsystem/config/sunos5-config.py	2009-07-10 06:55:05 UTC (rev 21475)
+++ branches/soundsystem/config/sunos5-config.py	2009-07-10 07:31:46 UTC (rev 21476)
@@ -108,7 +108,7 @@
 BF_ICONV_LIBPATH = '${BF_ICONV}/lib'
 
 # enable ffmpeg  support
-WITH_BF_FFMPEG = False  # -DWITH_FFMPEG
+WITH_BF_FFMPEG = True # -DWITH_FFMPEG
 BF_FFMPEG = '/usr/local'
 BF_FFMPEG_INC = '${BF_FFMPEG}/include'
 BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'

Modified: branches/soundsystem/config/win32-mingw-config.py
===================================================================
--- branches/soundsystem/config/win32-mingw-config.py	2009-07-10 06:55:05 UTC (rev 21475)
+++ branches/soundsystem/config/win32-mingw-config.py	2009-07-10 07:31:46 UTC (rev 21476)
@@ -23,7 +23,7 @@
 # Warning, this static lib configuration is untested! users of this OS please confirm.
 BF_OPENAL_LIB_STATIC = '${BF_OPENAL}/lib/libopenal.a'
 
-WITH_BF_FFMPEG = False
+WITH_BF_FFMPEG = True
 BF_FFMPEG_LIB = 'avformat swscale avcodec avutil avdevice xvidcore x264'
 BF_FFMPEG_LIBPATH = LIBDIR + '/gcc/ffmpeg/lib'
 BF_FFMPEG_INC =  LIBDIR + '/gcc/ffmpeg/include'
@@ -80,6 +80,7 @@
 BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
 
 WITH_BF_GAMEENGINE = False
+WITH_BF_PLAYER = False
 
 WITH_BF_BULLET = True
 BF_BULLET = '#extern/bullet2/src'

Modified: branches/soundsystem/config/win32-vc-config.py
===================================================================
--- branches/soundsystem/config/win32-vc-config.py	2009-07-10 06:55:05 UTC (rev 21475)
+++ branches/soundsystem/config/win32-vc-config.py	2009-07-10 07:31:46 UTC (rev 21476)
@@ -88,7 +88,7 @@
 BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
 
 WITH_BF_GAMEENGINE = True
-WITH_BF_PLAYER = True
+WITH_BF_PLAYER = False
 
 WITH_BF_BULLET = True
 BF_BULLET = '#extern/bullet2/src'

Modified: branches/soundsystem/config/win64-vc-config.py
===================================================================
--- branches/soundsystem/config/win64-vc-config.py	2009-07-10 06:55:05 UTC (rev 21475)
+++ branches/soundsystem/config/win64-vc-config.py	2009-07-10 07:31:46 UTC (rev 21476)
@@ -2,7 +2,7 @@
 LIBDIR = '${LCGDIR}'
 
 # enable ffmpeg  support
-WITH_BF_FFMPEG = False # -DWITH_FFMPEG
+WITH_BF_FFMPEG = True # -DWITH_FFMPEG
 BF_FFMPEG = LIBDIR +'/ffmpeg'
 BF_FFMPEG_INC = '${BF_FFMPEG}/include'
 BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'





More information about the Bf-blender-cvs mailing list