[FFmpeg-cvslog] r30273 - trunk/libswscale/x86/yuv2rgb_template.c

zuxy subversion
Mon Jan 11 09:21:31 CET 2010


Author: zuxy
Date: Mon Jan 11 09:21:31 2010
New Revision: 30273

Log:
Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for
multiple times.

Modified:
   trunk/libswscale/x86/yuv2rgb_template.c

Modified: trunk/libswscale/x86/yuv2rgb_template.c
==============================================================================
--- trunk/libswscale/x86/yuv2rgb_template.c	Mon Jan 11 08:30:28 2010	(r30272)
+++ trunk/libswscale/x86/yuv2rgb_template.c	Mon Jan 11 09:21:31 2010	(r30273)
@@ -295,6 +295,7 @@ static inline int RENAME(yuv420_rgb15)(S
     YUV2RGB_OPERANDS
 }
 
+#undef RGB_PLANAR2PACKED24
 #if HAVE_MMX2
 #define RGB_PLANAR2PACKED24(red, blue)\
         "movq "MANGLE(ff_M24A)", %%mm4     \n\t"\



More information about the ffmpeg-cvslog mailing list