]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
gsmopen: fix alsa_nogsmlib_nocplusplus/mod_gsmopen/Makefile
authorGiovanni Maruzzelli <gmaruzz@gmail.com>
Tue, 19 Oct 2010 16:58:06 +0000 (11:58 -0500)
committerGiovanni Maruzzelli <gmaruzz@gmail.com>
Tue, 19 Oct 2010 17:01:43 +0000 (12:01 -0500)
src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/Makefile

index 070f941a941f19faeb0a700217c6881ba23e44bb..d67bdbbabf4170a43524e7f5b61747a0a8ccde82 100644 (file)
@@ -1,6 +1,7 @@
 MODNAME=mod_gsmopen
 SVNDEF := -D'GSMOPEN_SVN_VERSION="$(shell svnversion -n .)"'
-LOCAL_CFLAGS += $(SVNDEF) -Wno-error=address -DNO_GSMLIB -I../../../../../../libs/spandsp/src -I../../../../../..//libs/tiff-3.8.2/libtiff
+#LOCAL_CFLAGS += $(SVNDEF) -Wno-error=address -DNO_GSMLIB -I../../../../../../libs/spandsp/src -I../../../../../..//libs/tiff-3.8.2/libtiff
+LOCAL_CFLAGS += $(SVNDEF) -DNO_GSMLIB -I../../../../../../libs/spandsp/src -I../../../../../..//libs/tiff-3.8.2/libtiff
 LOCAL_LDFLAGS=-lasound  -L../../../../../../libs/spandsp/src -lspandsp
 LOCAL_OBJS=gsmopen_protocol.o 
 include ../../../../../../build/modmake.rules