[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22781] branches/blender2.5/blender/config /darwin-config.py: libsndfile is not available yet for darwin, builders feel free to add the lib!

Joerg Mueller nexyon at gmail.com
Tue Aug 25 22:42:21 CEST 2009


Revision: 22781
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22781
Author:   nexyon
Date:     2009-08-25 22:42:21 +0200 (Tue, 25 Aug 2009)

Log Message:
-----------
libsndfile is not available yet for darwin, builders feel free to add the lib!

Modified Paths:
--------------
    branches/blender2.5/blender/config/darwin-config.py

Modified: branches/blender2.5/blender/config/darwin-config.py
===================================================================
--- branches/blender2.5/blender/config/darwin-config.py	2009-08-25 20:26:50 UTC (rev 22780)
+++ branches/blender2.5/blender/config/darwin-config.py	2009-08-25 20:42:21 UTC (rev 22781)
@@ -112,6 +112,12 @@
 BF_JACK_LIB = 'jack'
 BF_JACK_LIBPATH = '${BF_JACK}/lib'
 
+WITH_BF_SNDFILE = False
+BF_SNDFILE = LIBDIR + '/sndfile'
+BF_SNDFILE_INC = '${BF_SNDFILE}/include'
+BF_SNDFILE_LIB = 'sndfile'
+BF_SNDFILE_LIBPATH = '${BF_SNDFILE}/lib'
+
 WITH_BF_SDL = True
 BF_SDL = LIBDIR + '/sdl' #$(shell sdl-config --prefix)
 BF_SDL_INC = '${BF_SDL}/include' #$(shell $(BF_SDL)/bin/sdl-config --cflags)





More information about the Bf-blender-cvs mailing list