commit ff0eee88538aee5dd57755aa3e9c8fe5945a7c89
Author: Jakub Bogusz <[email protected]>
Date: Sun Oct 18 08:33:14 2015 +0200
- disable asm in libav/ffmpeg on x32
gstreamer-libav.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer-libav.spec b/gstreamer-libav.spec
index 28d63bf..079f924 100644
--- a/gstreamer-libav.spec
+++ b/gstreamer-libav.spec
@@ -108,10 +108,14 @@ Dokumentacja API do wtyczki GStreamera libav.
%{__autoheader}
%{__automake}
+LIBAV_OPTS="%{?with_vdpau:--enable-vdpau}"
+%ifarch x32
+LIBAV_OPTS="$LIBAV_OPTS --disable-asm"
+%endif
%configure \
CPPFLAGS="%{rpmcppflags}" \
%{?with_system_ffmpeg:--with-system-libav} \
- %{?with_vdpau:--with-libav-extra-configure="--enable-vdpau"} \
+ --with-libav-extra-configure="$LIBAV_OPTS" \
%{?with_gpl:--enable-gpl} \
--disable-silent-rules \
--disable-static \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gstreamer-libav.git/commitdiff/ff0eee88538aee5dd57755aa3e9c8fe5945a7c89
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit