]> git.pld-linux.org Git - packages/xine-lib.git/blob - x32.patch
- drop directfb
[packages/xine-lib.git] / x32.patch
1 diff -urNp -x '*.orig' xine-lib-1.2.8.org/src/post/goom/convolve_fx.c xine-lib-1.2.8/src/post/goom/convolve_fx.c
2 --- xine-lib-1.2.8.org/src/post/goom/convolve_fx.c      2017-02-21 12:13:13.000000000 +0100
3 +++ xine-lib-1.2.8/src/post/goom/convolve_fx.c  2022-02-14 00:14:02.757106126 +0100
4 @@ -152,7 +152,7 @@ static void create_output_with_brightnes
5      yprime += c;
6  
7  #if defined(HAVE_MMX) && !defined(__sun)
8 -#if defined(ARCH_X86_64)
9 +#if defined(ARCH_X86_64) && !defined(__ILP32__)
10      /* 64-bit os version. */
11      __asm__ __volatile__
12        ("\n\t pxor  %%mm7,  %%mm7"  /* mm7 = 0   */
13 diff -urNp -x '*.orig' xine-lib-1.2.8.org/src/post/planar/noise.c xine-lib-1.2.8/src/post/planar/noise.c
14 --- xine-lib-1.2.8.org/src/post/planar/noise.c  2017-02-21 12:13:13.000000000 +0100
15 +++ xine-lib-1.2.8/src/post/planar/noise.c      2022-02-14 00:14:02.757106126 +0100
16 @@ -31,7 +31,7 @@
17  #include <math.h>
18  #include <pthread.h>
19  
20 -#ifdef ARCH_X86_64
21 +#if defined(ARCH_X86_64) && !defined(__ILP32__)
22  #  define REG_a  "rax"
23  #  define intarch_t int64_t
24  #else
This page took 0.133582 seconds and 3 git commands to generate.