mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
fix endianess
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@743 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
ifeq ($(OSARCH),Darwin)
|
||||
CFLAGS += -I/Library/Frameworks/swift.framework/Versions/4/Headers
|
||||
LDFLAGS += -framework swift -lm
|
||||
CFLAGS += -L/Library/Frameworks/swift.framework/Versions/4 -I/Library/Frameworks/swift.framework/Versions/4/Headers
|
||||
LDFLAGS += -framework swift
|
||||
else
|
||||
LDFLAGS += -L/opt/swift/lib -lswift -lceplex_us -lceplang_en -lceplang_de -lceplang_es -lceplang_fr -lceplang_it -lm
|
||||
CFLAGS += -I/opt/swift/include
|
||||
|
@@ -29,7 +29,7 @@
|
||||
* mod_cepstral.c -- Cepstral Interface
|
||||
*
|
||||
*/
|
||||
#include <swift.h>
|
||||
#include <swift/swift.h>
|
||||
#include <switch.h>
|
||||
|
||||
static const char modname[] = "mod_cepstral";
|
||||
|
Reference in New Issue
Block a user