mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 17:04:36 +04:00
12 lines
943 B
Diff
12 lines
943 B
Diff
--- a/res/Makefile
|
|
+++ b/res/Makefile
|
|
@@ -75,7 +75,7 @@ dist-clean::
|
|
rm -f pjproject/build.mak
|
|
|
|
pjproject/build.mak: pjproject/aconfigure
|
|
- (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)
|
|
+ (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)
|
|
|
|
ifneq ($(findstring $(MAKECMDGOALS),all),)
|
|
-include pjproject/build.mak
|