From 65185ac146b25af56b8a5201238ba3061dbb6716 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 4 Jan 2016 15:40:34 +0100 Subject: [PATCH] add --enable-pic for libvpx configure option (removes non-relocatable code for x86) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d87636744..e7f81cb53 100644 --- a/Makefile +++ b/Makefile @@ -339,7 +339,7 @@ endif endif LIBVPX_SRC_DIR=$(TOPDIR)/submodules/externals/libvpx LIBVPX_BUILD_DIR=$(TOPDIR)/submodules/externals/build/libvpx -LIBVPX_CONFIGURE_OPTIONS=--disable-vp9 --disable-examples --disable-unit-tests --disable-postproc --enable-error-concealment --enable-debug +LIBVPX_CONFIGURE_OPTIONS=--disable-vp9 --disable-examples --disable-unit-tests --disable-postproc --enable-error-concealment --enable-pic $(LIBVPX_SRC_DIR)/configure_android_x86_patch_applied.txt: cd $(LIBVPX_SRC_DIR) && patch -p1 < $(TOPDIR)/patches/libvpx_configure_android_x86.patch