Commit bb3cfd42 authored by zuxy's avatar zuxy

Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for

multiple times.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@30273 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 2db6bea0
...@@ -295,6 +295,7 @@ static inline int RENAME(yuv420_rgb15)(SwsContext *c, uint8_t* src[], int srcStr ...@@ -295,6 +295,7 @@ static inline int RENAME(yuv420_rgb15)(SwsContext *c, uint8_t* src[], int srcStr
YUV2RGB_OPERANDS YUV2RGB_OPERANDS
} }
#undef RGB_PLANAR2PACKED24
#if HAVE_MMX2 #if HAVE_MMX2
#define RGB_PLANAR2PACKED24(red, blue)\ #define RGB_PLANAR2PACKED24(red, blue)\
"movq "MANGLE(ff_M24A)", %%mm4 \n\t"\ "movq "MANGLE(ff_M24A)", %%mm4 \n\t"\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment