diff options
Diffstat (limited to 'net-misc/asterisk/files/1.0.0/asterisk-1.0.5-speex.diff')
-rw-r--r-- | net-misc/asterisk/files/1.0.0/asterisk-1.0.5-speex.diff | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-misc/asterisk/files/1.0.0/asterisk-1.0.5-speex.diff b/net-misc/asterisk/files/1.0.0/asterisk-1.0.5-speex.diff deleted file mode 100644 index 7a9da8032690..000000000000 --- a/net-misc/asterisk/files/1.0.0/asterisk-1.0.5-speex.diff +++ /dev/null @@ -1,23 +0,0 @@ ---- asterisk-1.0.5/codecs/Makefile.orig 2005-02-10 09:59:42.303104992 +0100 -+++ asterisk-1.0.5/codecs/Makefile 2005-02-10 10:00:49.988815200 +0100 -@@ -19,18 +19,16 @@ - #MODG723=codec_g723_1.so codec_g723_1b.so - MODG723=$(shell [ -f g723.1/coder.c ] && echo "codec_g723_1.so") - MODG723+=$(shell [ -f g723.1b/coder2.c ] && echo "codec_g723_1b.so") --MODSPEEX=$(shell [ -f /usr/include/speex.h ] || [ -f /usr/local/include/speex.h ] || [ -f /usr/local/include/speex/speex.h ] && echo "codec_speex.so") -+MODSPEEX=$(shell [ -f /usr/include/speex.h ] || [ -f /usr/include/speex/speex.h ] && echo "codec_speex.so") - MODILBC=$(shell [ -f ilbc/iLBC_decode.h ] && echo "codec_ilbc.so") - CFLAGS+=-fPIC --CFLAGS+=$(shell [ -f /usr/local/include/speex.h ] && echo "-I/usr/local/include") --CFLAGS+=$(shell [ -f /usr/local/include/speex/speex.h ] && echo "-I/usr/local/include/speex") -+CFLAGS+=$(shell [ -f /usr/include/speex/speex.h ] && echo "-I/usr/include/speex") - - LIBG723=g723.1/libg723.a - LIBG723B=g723.1b/libg723b.a - LIBGSM=gsm/lib/libgsm.a - LIBGSMT=gsm/lib/libgsm.a - LIBLPC10=lpc10/liblpc10.a --LIBSPEEX=$(shell [ -f /usr/local/lib/libspeex.a ] && echo "-L/usr/local/lib") - LIBSPEEX+=-lspeex -lm - LIBILBC=ilbc/libilbc.a - |