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
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) ||
15 bottom_field
, second_field
, width
, height
);
16 /* could fall back to 3dnow/mmx here too */