mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 14:44:28 +00:00
pjproject_bundled: Remove --with-external-pa from configure options.
Not sure why it was there in the first place as we already specify --disable-sound. Change-Id: Ia80a40e8b1e1acc287955ab11ba1fbd0c7d4cff9
This commit is contained in:
2
third-party/pjproject/Makefile.rules
vendored
2
third-party/pjproject/Makefile.rules
vendored
@@ -2,6 +2,6 @@ PJPROJECT_URL = http://www.pjsip.org/release/$(PJPROJECT_VERSION)
|
|||||||
|
|
||||||
# Even though we're not installing pjproject, we're setting prefix to /opt/pjproject to be safe
|
# Even though we're not installing pjproject, we're setting prefix to /opt/pjproject to be safe
|
||||||
PJPROJECT_CONFIG_OPTS = --prefix=/opt/pjproject --with-external-speex --with-external-gsm --with-external-srtp \
|
PJPROJECT_CONFIG_OPTS = --prefix=/opt/pjproject --with-external-speex --with-external-gsm --with-external-srtp \
|
||||||
--with-external-pa --disable-video --disable-v4l2 --disable-sound --disable-resample \
|
--disable-video --disable-v4l2 --disable-sound --disable-resample \
|
||||||
--disable-opencore-amr --disable-ilbc-codec --without-libyuv --disable-g7221-codec \
|
--disable-opencore-amr --disable-ilbc-codec --without-libyuv --disable-g7221-codec \
|
||||||
--enable-epoll
|
--enable-epoll
|
||||||
|
Reference in New Issue
Block a user