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:
parent
ac3551f723
commit
535515658a
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ CONFIGURE_ARGS += \
|
||||||
--disable-g7221-codec \
|
--disable-g7221-codec \
|
||||||
--disable-speex-codec \
|
--disable-speex-codec \
|
||||||
--disable-ilbc-codec \
|
--disable-ilbc-codec \
|
||||||
|
--disable-opus \
|
||||||
--disable-resample-dll \
|
--disable-resample-dll \
|
||||||
--disable-sdl \
|
--disable-sdl \
|
||||||
--disable-ffmpeg \
|
--disable-ffmpeg \
|
||||||
|
|
Loading…
Reference in a new issue