From: Anthony Minessale Date: Tue, 12 Sep 2006 18:31:15 +0000 (+0000) Subject: small 711 tweak X-Git-Tag: v1.0-beta1~2156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcadf93455899f1d8f1ca4e78d99d0e2910316eb;p=thirdparty%2Ffreeswitch.git small 711 tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2666 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/codecs/mod_g711/Makefile b/src/mod/codecs/mod_g711/Makefile index f9e48327e1..347d43204a 100644 --- a/src/mod/codecs/mod_g711/Makefile +++ b/src/mod/codecs/mod_g711/Makefile @@ -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 diff --git a/src/mod/codecs/mod_g711/mod_g711.c b/src/mod/codecs/mod_g711/mod_g711.c index cfe6c32c9b..6be2ab432a 100644 --- a/src/mod/codecs/mod_g711/mod_g711.c +++ b/src/mod/codecs/mod_g711/mod_g711.c @@ -30,7 +30,7 @@ * */ #include -#include "g711.h" +#include static const char modname[] = "mod_g711";