From: Chanho Park Date: Wed, 26 Nov 2014 01:23:43 +0000 (+0900) Subject: packaging: fix build failure of arm X-Git-Tag: accepted/tizen/common/20141127.143300^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0_ivi;p=platform%2Fupstream%2Flibav.git 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 --- 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