diff trunk/SConstruct @ 299:57e6c567461c

-Got rid of unnecesary dependencies again
author tomwalters
date Tue, 23 Feb 2010 21:52:58 +0000
parents 35a8fbf4ff82
children ed91095d9240
line wrap: on
line diff
--- a/trunk/SConstruct	Tue Feb 23 21:51:11 2010 +0000
+++ b/trunk/SConstruct	Tue Feb 23 21:52:58 2010 +0000
@@ -129,7 +129,7 @@
 #  env.Replace(CC = ['gcc-4.0'])
 #  env.Replace(CXX = ['gcc-4.0'])
 #  env.AppendUnique(CPPFLAGS = ['-fno-stack-protector','-isysroot', '/Developer/SDKs/MacOSX10.5.sdk', '-mmacosx-version-min=10.4'])
-    
+#  deplibs = ['sndfile', 'flac', 'vorbis', 'vorbisenc', 'ogg']  
 if not target_platform == 'win32':
   # On windows, utf support is builtin for SimpleIni
   # but not on other platforms
@@ -142,7 +142,7 @@
 env.Append(CPPPATH = ['#src'])
 
 # Dependencies
-deplibs = ['sndfile', 'flac', 'vorbis', 'vorbisenc', 'ogg']
+deplibs = ['sndfile']
 
 for depname in deplibs:
   env.ParseConfig('pkg-config --cflags --libs ' + depname)