Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / multimedia / xine-lib / patches / patch-src-post-deinterlace-plugins-greedy2frame.c
blobc74f85c0502cf00b9617067a65c4847e5dde54fd
1 $NetBSD$
3 --- src/post/deinterlace/plugins/greedy2frame.c.orig 2012-05-26 21:49:59.000000000 +0100
4 +++ src/post/deinterlace/plugins/greedy2frame.c 2012-08-15 08:08:27.000000000 +0100
5 @@ -59,6 +59,8 @@
6 int bottom_field, int second_field, int width, int height )
9 +#if defined(ARCH_X86) || defined(ARCH_X86_64)
11 if (xine_mm_accel() & MM_ACCEL_X86_SSE2) {
12 if (((uintptr_t)output & 15) || (outstride & 15) ||
13 width & 7 ||
14 @@ -82,6 +84,7 @@
15 bottom_field, second_field, width, height );
16 /* could fall back to 3dnow/mmx here too */
18 +#endif /*ARCH_X86 */