libs/pjproject: prevent linking against opus

When opus is found in staging area it will be linked against, adding a
dep that is not in the Makefile. So explicity disable opus.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
Sebastian Kemper 2017-07-22 16:25:46 +02:00
parent ac3551f723
commit 535515658a

View file

@ -81,6 +81,7 @@ CONFIGURE_ARGS += \
--disable-g7221-codec \
--disable-speex-codec \
--disable-ilbc-codec \
--disable-opus \
--disable-resample-dll \
--disable-sdl \
--disable-ffmpeg \