2016-01-18 20:54:28 -07:00
|
|
|
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
|
2016-04-30 16:52:47 -06:00
|
|
|
PJPROJECT_CONFIG_OPTS = --prefix=/opt/pjproject --disable-speex-codec --disable-speex-aec \
|
|
|
|
|
--disable-gsm-codec --disable-video --disable-v4l2 --disable-sound --disable-opencore-amr \
|
2016-05-08 19:19:50 -06:00
|
|
|
--disable-ilbc-codec --without-libyuv --disable-g7221-codec --disable-resample
|
2016-04-30 16:52:47 -06:00
|
|
|
|
|
|
|
|
ifeq ($(shell uname -s),Linux)
|
|
|
|
|
PJPROJECT_CONFIG_OPTS += --enable-epoll
|
|
|
|
|
endif
|