cepstral osx build try

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10649 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-12-07 23:09:26 +00:00
parent 4c82bfa4ae
commit d406a03ad3
2 changed files with 1 additions and 5 deletions

View File

@ -1,6 +1,6 @@
LOCAL_INSERT_LDFLAGS=if test $$osarch = "Darwin" ; then echo "-framework swift" ; else echo "-L$(SWIFT_HOME)/lib -L/opt/swift/lib -lswift -lm" ; fi ;
LOCAL_INSERT_CFLAGS=if test $$osarch = "Darwin" ; then echo "-framework swift" ; else echo "-I$(SWIFT_HOME)/include -I/opt/swift/include"; fi ;
LOCAL_INSERT_CFLAGS=if test $$osarch = "Darwin" ; then echo "-I/Library/Frameworks/swift.framework/Versions/5/Headers/" ; else echo "-I$(SWIFT_HOME)/include -I/opt/swift/include"; fi ;
LOCAL_CFLAGS=-w
include ../../../../build/modmake.rules

View File

@ -38,11 +38,7 @@
#ifdef __ICC
#pragma warning (disable:188)
#endif
#ifdef MACOSX
#include <swift/swift.h>
#else
#include <swift.h>
#endif
#include <switch.h>
#define MY_BUF_LEN 1024 * 32