small 711 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2666 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2af7fb2fd9
commit
bcadf93455
|
@ -1,4 +1,4 @@
|
|||
CFLAGS += -I$(BASE)/libs/codec/g7xx/src/include/g7xx
|
||||
CFLAGS += -I$(BASE)/libs/codec/g7xx/src/include
|
||||
all: $(MODNAME).$(DYNAMIC_LIB_EXTEN)
|
||||
|
||||
$(MODNAME).$(DYNAMIC_LIB_EXTEN): $(MODNAME).c
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
*/
|
||||
#include <switch.h>
|
||||
#include "g711.h"
|
||||
#include <g7xx/g711.h>
|
||||
|
||||
|
||||
static const char modname[] = "mod_g711";
|
||||
|
|
Loading…
Reference in New Issue