1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-02 03:14:59 +00:00

small 711 tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2666 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-09-12 18:31:15 +00:00
parent 2af7fb2fd9
commit bcadf93455
2 changed files with 2 additions and 2 deletions
src/mod/codecs/mod_g711

@ -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";