|
From: <abe...@us...> - 2017-04-08 04:37:13
|
Revision: 8260
http://sourceforge.net/p/astlinux/code/8260
Author: abelbeck
Date: 2017-04-08 04:37:11 +0000 (Sat, 08 Apr 2017)
Log Message:
-----------
pjsip, properly disable webrtc, without fully disabling libwebrtc the builtin assumes SSE2 instruction set which our i586 toolchain does not support and fails to build.
Incorrect Asterisk commit for 'third-party/pjproject/Makefile.rules'
Ref: http://git.asterisk.org/gitweb/?p=asterisk/asterisk.git;a=commit;h=9c05ddbdddb80d46a0621b519858b37d2e7c01fb
and unneeded addition to 'third-party/pjproject/patches/config_site.h'
Modified Paths:
--------------
branches/1.0/package/pjsip/pjsip.mk
Modified: branches/1.0/package/pjsip/pjsip.mk
===================================================================
--- branches/1.0/package/pjsip/pjsip.mk 2017-04-07 14:18:44 UTC (rev 8259)
+++ branches/1.0/package/pjsip/pjsip.mk 2017-04-08 04:37:11 UTC (rev 8260)
@@ -38,13 +38,13 @@
--disable-oss \
--disable-sdl \
--disable-libyuv \
+ --disable-libwebrtc \
--disable-resample \
--disable-ffmpeg \
--disable-openh264 \
--disable-ipp \
--without-external-pa \
- --without-external-srtp \
- --without-external-webrtc
+ --without-external-srtp
ifeq ($(BR2_PACKAGE_OPENSSL),y)
PJSIP_CONF_OPT += --with-ssl=$(STAGING_DIR)/usr
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|