[SCM] libav/master: Upstream patch to disable i686 on i586
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Tue May 5 19:44:37 UTC 2015
The following commit has been merged in the master branch:
commit 1eb5f9906ebd2c940f10100cdc879e9dfcf2002d
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Tue May 5 21:31:35 2015 +0200
Upstream patch to disable i686 on i586
diff --git a/debian/patches/01-configure-disable-i686-for-i586.patch b/debian/patches/01-configure-disable-i686-for-i586.patch
new file mode 100644
index 0000000..c7496f3
--- /dev/null
+++ b/debian/patches/01-configure-disable-i686-for-i586.patch
@@ -0,0 +1,19 @@
+Description: configure: Disable i686 for i586 and lower CPUs
+Origin: upstream,
+ https://git.libav.org/?p=libav.git;a=commit;h=9030c58a780a02fb8256cb75cd39275eaad786d1
+Last-Update: 2015-05-05
+
+---
+ configure | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/configure
++++ b/configure
+@@ -3282,6 +3282,7 @@
+ case $cpu in
+ i[345]86|pentium)
+ cpuflags="-march=$cpu"
++ disable i686
+ disable mmx
+ ;;
+ # targets that do NOT support nopl and conditional mov (cmov)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list