]> git.pld-linux.org Git - packages/xine-lib.git/commitdiff
- added one more fix to x32 patch; release 2 auto/th/xine-lib-1.2.8-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 10 Jul 2017 16:25:18 +0000 (18:25 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 10 Jul 2017 16:25:18 +0000 (18:25 +0200)
x32.patch
xine-lib.spec

index 02340c10fea79bf131c29df08e88287b37b33133..e1711f06b70c2b29b936b629313d887370191326 100644 (file)
--- a/x32.patch
+++ b/x32.patch
@@ -9,3 +9,14 @@
  #  define REG_a  "rax"
  #  define intarch_t int64_t
  #else
+--- xine-lib-1.2.8/src/post/goom/convolve_fx.c.orig    2017-02-21 12:13:13.000000000 +0100
++++ xine-lib-1.2.8/src/post/goom/convolve_fx.c 2017-07-10 18:13:03.046198557 +0200
+@@ -152,7 +152,7 @@
+     yprime += c;
+ #if defined(HAVE_MMX) && !defined(__sun)
+-#if defined(ARCH_X86_64)
++#if defined(ARCH_X86_64) && !defined(__ILP32__)
+     /* 64-bit os version. */
+     __asm__ __volatile__
+       ("\n\t pxor  %%mm7,  %%mm7"  /* mm7 = 0   */
index 73b58f7da424d4b87f6e4c99ee51fdbdd11cbb28..f302a8e8e7e79bdffc90b4af2ab09f4c07ab9651 100644 (file)
@@ -41,7 +41,7 @@ Summary(pl.UTF-8):    Odtwarzacz filmów
 Summary(pt_BR.UTF-8):  Xine, um player de video
 Name:          xine-lib
 Version:       1.2.8
-Release:       1
+Release:       2
 Epoch:         2
 License:       GPL v2+
 Group:         Libraries
This page took 0.1438 seconds and 4 git commands to generate.