Lines 75-81
Link Here
|
75 |
rm -f pjproject/build.mak |
75 |
rm -f pjproject/build.mak |
76 |
|
76 |
|
77 |
pjproject/build.mak: pjproject/aconfigure |
77 |
pjproject/build.mak: pjproject/aconfigure |
78 |
(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) |
78 |
(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-ffmpeg --disable-v4l2) |
79 |
|
79 |
|
80 |
ifneq ($(findstring $(MAKECMDGOALS),all),) |
80 |
ifneq ($(findstring $(MAKECMDGOALS),all),) |
81 |
-include pjproject/build.mak |
81 |
-include pjproject/build.mak |
82 |
--- extra-DAN-noffmpeg ends here --- |
82 |
--- extra-DAN-noffmpeg ends here --- |