projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
858780d
)
packaging: fix build failure of arm
51/30851/1
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0_ivi
accepted/tizen/common/20141127.143300
accepted/tizen/ivi/20141201.122137
accepted/tizen/mobile/20141128.010633
submit/tizen/20141126.101957
submit/tizen_common/20151015.190624
submit/tizen_common/20151019.135620
submit/tizen_ivi/20141201.111111
tizen_3.0.m1_mobile_release
tizen_3.0.m1_tv_release
tizen_3.0.m2.a1_mobile_release
tizen_3.0.m2.a1_tv_release
tizen_3.0_ivi_release
author
Chanho Park
<chanho61.park@samsung.com>
Wed, 26 Nov 2014 01:23:43 +0000
(10:23 +0900)
committer
Chanho Park
<chanho61.park@samsung.com>
Wed, 26 Nov 2014 01:23:43 +0000
(10:23 +0900)
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 <chanho61.park@samsung.com>
packaging/libav.spec
patch
|
blob
|
history
diff --git
a/packaging/libav.spec
b/packaging/libav.spec
index
e53c0c9
..
5cc5c21
100644
(file)
--- 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