[packages/ffmpeg] - disabled asm on x32 for now
baggins
baggins at pld-linux.org
Thu Mar 5 20:47:04 CET 2015
commit 61f81a234d14ad782f5d60bc1bf18a01fe7bb087
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Thu Mar 5 19:46:39 2015 +0000
- disabled asm on x32 for now
ffmpeg.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 333de7c..f97387d 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -506,6 +506,9 @@ EOF
%ifarch i386 i486
--disable-mmx \
%endif
+%ifarch x32
+ --disable-asm \
+%endif
%if %{with nonfree}
--enable-nonfree \
--enable-libfaac \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ffmpeg.git/commitdiff/61f81a234d14ad782f5d60bc1bf18a01fe7bb087
More information about the pld-cvs-commit
mailing list