From 9a951bcd20a7cd814da3ad34e4c931231d824947 Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Wed, 11 Jan 2006 21:27:59 +0000 Subject: Use compiler provided __BIG_ENDIAN__ instead of WORD_BIGENDIAN Auditioning in sfdb_ui works. CoreAudioSource updates. git-svn-id: svn://localhost/trunk/ardour2@263 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 2dfdd79476..7d07513e46 100644 --- a/SConstruct +++ b/SConstruct @@ -349,7 +349,7 @@ env.Append (BUILDERS = {'Tarball' : tarball_bld}) libraries = { } -libraries['core'] = LibraryInfo (CPPPATH = [ '#libs']) +libraries['core'] = LibraryInfo (CCFLAGS = '-Ilibs') libraries['sndfile'] = LibraryInfo() libraries['sndfile'].ParseConfig('pkg-config --cflags --libs sndfile') @@ -663,15 +663,6 @@ env.Append(CCFLAGS="-Wall") if env['VST']: env.Append(CCFLAGS="-DVST_SUPPORT") - -# check endianness -if sys.byteorder == "big": - print "Host is big endian" - env.Append(CCFLAGS="-DWORDS_BIGENDIAN") -else: - print "Host is little endian" - - # # everybody needs this # -- cgit v1.2.3