From 05deccc9f4316d29d6ba305423cfa421f5a38620 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 27 Sep 2013 14:42:23 +0200 Subject: [PATCH] Remove useless configuration option that causes a compilation warning. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5bd6ba773..2f797e70b 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ ifeq ($(BUILD_FOR_X86), 1) endif X264_SRC_DIR=$(TOPDIR)/submodules/externals/x264 X264_BUILD_DIR=$(TOPDIR)/submodules/externals/build/x264 -X264_CONFIGURE_OPTIONS=--disable-shared +X264_CONFIGURE_OPTIONS= X264_ARM_CONFIGURE_OPTIONS=--host=arm-none-linux-gnueabi --sysroot=$(ARM_SYSROOT) --cross-prefix=$(ARM_TOOLCHAIN_PATH) --enable-pic X264_X86_CONFIGURE_OPTIONS=--host=i686-linux-gnueabi --sysroot=$(X86_SYSROOT) --cross-prefix=$(X86_TOOLCHAIN_PATH)