Ticket #14228: patch-kdetv_tomsmocomp.c.diff
File patch-kdetv_tomsmocomp.c.diff, 908 bytes (added by illogical1@…, 17 years ago) |
---|
-
src/post/deinterlace/plugins/kdetv_tomsmocomp.c
old new 38 38 #include "speedy.h" 39 39 #include "plugins.h" 40 40 41 #if defined (ARCH_X86) || defined (ARCH_X86_64)41 #if (defined (ARCH_X86) || defined (ARCH_X86_64)) && !(defined (__APPLE__)) 42 42 43 43 static int Fieldcopy(void *dest, const void *src, size_t count, 44 44 int rows, int dst_pitch, int src_pitch) … … 97 97 int bottom_field, int second_field, 98 98 int width, int height ) 99 99 { 100 #if defined (ARCH_X86) || defined (ARCH_X86_64)100 #if (defined (ARCH_X86) || defined (ARCH_X86_64)) && !(defined (__APPLE__)) 101 101 102 102 if( xine_mm_accel() & MM_ACCEL_X86_MMXEXT ) { 103 103 tomsmocomp_filter_sse( output, outstride, data,