From b171bdf04dd685bff8e751abb87c1b12d8051ea3 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 10 Nov 2015 17:27:04 +0100 Subject: [PATCH] Targetting Android 6 in Manifest, disabled AMRWB for now because of text relocation issue, and ISAC because not done yet since webrtc update [--force] --- AndroidManifest.xml | 2 +- Makefile | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 755751d8d..05b1c2001 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,7 +2,7 @@ - + diff --git a/Makefile b/Makefile index 948dd77cf..0c9b39590 100644 --- a/Makefile +++ b/Makefile @@ -43,14 +43,14 @@ BUILD_NON_FREE_CODECS=1 ENABLE_OPENH264_DECODER=1 BUILD_UPNP=1 BUILD_AMRNB=full # 0, light or full -BUILD_AMRWB=1 +BUILD_AMRWB=0 # Has text relocation issue, don't use when targetting API 23 for now BUILD_ZRTP=1 BUILD_SILK=1 BUILD_TUNNEL=0 BUILD_WEBRTC_AECM=1 BUILD_OPUS=1 BUILD_MATROSKA=1 -BUILD_WEBRTC_ISAC=1 +BUILD_WEBRTC_ISAC=0 BUILD_FOR_X86=1 BUILD_FOR_ARM=1 USE_JAVAH=1 @@ -366,9 +366,6 @@ clean-vpx: rm -rf submodules/externals/build/libvpx/arm && \ rm -rf submodules/externals/build/libvpx/x86 - - - #srtp $(TOPDIR)/submodules/externals/srtp/config.h : $(TOPDIR)/submodules/externals/build/srtp/config.h @cd $(TOPDIR)/submodules/externals/srtp/ && \