]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/asterisk-no-ffmpeg.patch
wget: Update to 1.20.2
[ipfire-2.x.git] / src / patches / asterisk-no-ffmpeg.patch
CommitLineData
83167e38
DW
1--- build/usr/src/asterisk-11.9.0/res/Makefile.orig 2014-04-28 20:30:50.500877461 +0200
2+++ build/usr/src/asterisk-11.9.0/res/Makefile 2014-04-28 20:31:39.357034757 +0200
3@@ -75,7 +75,7 @@
4 rm -f pjproject/build.mak
5
6 pjproject/build.mak: pjproject/aconfigure
7- (cd pjproject && CFLAGS="-fPIC" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --disable-floating-point --disable-sound --disable-oss --disable-speex-aec --disable-l16-codec --disable-gsm-codec --disable-g722-codec --disable-g7221-codec --disable-speex-codec --disable-ilbc-codec --disable-g711-codec)
8+ (cd pjproject && CFLAGS="-fPIC" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --disable-floating-point --disable-sound --disable-oss --disable-speex-aec --disable-l16-codec --disable-gsm-codec --disable-g722-codec --disable-g7221-codec --disable-speex-codec --disable-ilbc-codec --disable-g711-codec --disable-opencore-amrnb --disable-video --disable-sdl --disable-ffmpeg --disable-v4l2)
9
10 ifneq ($(findstring $(MAKECMDGOALS),all),)
11 -include pjproject/build.mak