[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11023] branches/soc-2007-hcube/config/ linux2-config.py: added some necessary link libs, but only temprarly, cleanup will be made soon.

Csaba Hruska csaba.hruska at gmail.com
Fri Jun 22 19:12:30 CEST 2007


Revision: 11023
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11023
Author:   hcube
Date:     2007-06-22 19:12:30 +0200 (Fri, 22 Jun 2007)

Log Message:
-----------
added some necessary link libs, but only temprarly, cleanup will be made soon.

Modified Paths:
--------------
    branches/soc-2007-hcube/config/linux2-config.py

Modified: branches/soc-2007-hcube/config/linux2-config.py
===================================================================
--- branches/soc-2007-hcube/config/linux2-config.py	2007-06-22 17:11:50 UTC (rev 11022)
+++ branches/soc-2007-hcube/config/linux2-config.py	2007-06-22 17:12:30 UTC (rev 11023)
@@ -22,7 +22,7 @@
 WITH_BF_SDL = 'true'
 BF_SDL = '/usr' #$(shell sdl-config --prefix)
 BF_SDL_INC = '${BF_SDL}/include/SDL' #$(shell $(BF_SDL)/bin/sdl-config --cflags)
-BF_SDL_LIB = 'SDL portaudio portaudiocpp sndfile' #BF_SDL #$(shell $(BF_SDL)/bin/sdl-config --libs) -lSDL_mixer
+BF_SDL_LIB = 'SDL portaudio portaudiocpp sndfile samplerate' #BF_SDL #$(shell $(BF_SDL)/bin/sdl-config --libs) -lSDL_mixer
 
 #WITH_BF_TINYSND = 'true'
 #BF_TINYSND = '' #$(shell sdl-config --prefix)





More information about the Bf-blender-cvs mailing list