From 8622a963e6b008a81167b3c71a43a55f75824acb Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Wed, 26 Nov 2014 10:23:43 +0900 Subject: [PATCH] packaging: fix build failure of arm This patch adds a space to fix wrong conjoined options. Unknown option "--disable-mmx--extra-cflags=-mfpu=neon". Change-Id: Ic5a065ed70a6b2f261dccf27d428e83ed7ad0db1 Signed-off-by: Chanho Park --- packaging/libav.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/libav.spec b/packaging/libav.spec index e53c0c9..5cc5c21 100644 --- a/packaging/libav.spec +++ b/packaging/libav.spec @@ -138,7 +138,7 @@ export CONFIGURE_OPTIONS="--enable-shared --disable-static \ --enable-fft --enable-rdft --enable-mdct --enable-neon \ " %ifarch %{arm} aarch64 -export CONFIGURE_OPTIONS+="--disable-mmx" +export CONFIGURE_OPTIONS+="--disable-mmx " %else %endif -- 2.7.4