[asterisk-commits] dvossel: branch dvossel/fixtheworld_phase2 r306429 - /team/dvossel/fixtheworl...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Feb 4 15:59:55 CST 2011


Author: dvossel
Date: Fri Feb  4 15:59:51 2011
New Revision: 306429

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=306429
Log:
revert unintentional changes to codecs makefile

Modified:
    team/dvossel/fixtheworld_phase2/codecs/Makefile

Modified: team/dvossel/fixtheworld_phase2/codecs/Makefile
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/fixtheworld_phase2/codecs/Makefile?view=diff&rev=306429&r1=306428&r2=306429
==============================================================================
--- team/dvossel/fixtheworld_phase2/codecs/Makefile (original)
+++ team/dvossel/fixtheworld_phase2/codecs/Makefile Fri Feb  4 15:59:51 2011
@@ -19,7 +19,6 @@
 
 LIBILBC:=ilbc/libilbc.a
 LIBLPC10:=lpc10/liblpc10.a
-LIBS:=/usr/src/SILK_SDK_SRC_v1.0.7/SILK_SDK_SRC_FIX_v1.0.7/libSKP_SILK_SDK.a
 
 all: _all
 
@@ -52,6 +51,3 @@
 
 $(if $(filter codec_g722,$(EMBEDDED_MODS)),modules.link,codec_g722.so): g722/g722_encode.o g722/g722_decode.o
 g722/g722_encode.o g722/g722_decode.o: _ASTCFLAGS+=$(call MOD_ASTCFLAGS,codec_g722)
-
-
-codec_silk.o: _ASTCFLAGS+=-I /usr/src/SILK_SDK_SRC_v1.0.7/SILK_SDK_SRC_FIX_v1.0.7/interface




More information about the asterisk-commits mailing list