]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
small 711 tweak
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 12 Sep 2006 18:31:15 +0000 (18:31 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 12 Sep 2006 18:31:15 +0000 (18:31 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2666 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/codecs/mod_g711/Makefile
src/mod/codecs/mod_g711/mod_g711.c

index f9e48327e170e1683e6f221944fe6b29c7b7f5af..347d43204af0a3f281581f5032739c8c7f9c03c9 100644 (file)
@@ -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
index cfe6c32c9b07767099cdfc63adac3b8d71dc8dbb..6be2ab432ab51de40018f77266c71c752d31215c 100644 (file)
@@ -30,7 +30,7 @@
  *
  */
 #include <switch.h>
-#include "g711.h"
+#include <g7xx/g711.h>
 
 
 static const char modname[] = "mod_g711";