Commit 1e607213 authored by Giorgio Vazzana's avatar Giorgio Vazzana Committed by Diego Biurrun

swscale: x86: fix #endif comments in rgb2rgb template file

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent 602b1898
......@@ -2496,7 +2496,7 @@ static inline void RENAME(rgb2rgb_init)(void)
yvu9_to_yuy2 = RENAME(yvu9_to_yuy2);
uyvytoyuv422 = RENAME(uyvytoyuv422);
yuyvtoyuv422 = RENAME(yuyvtoyuv422);
#endif /* !COMPILE_TEMPLATE_SSE2 */
#endif /* !COMPILE_TEMPLATE_AMD3DNOW */
#if COMPILE_TEMPLATE_MMXEXT || COMPILE_TEMPLATE_AMD3DNOW
planar2x = RENAME(planar2x);
......@@ -2505,7 +2505,7 @@ static inline void RENAME(rgb2rgb_init)(void)
yuyvtoyuv420 = RENAME(yuyvtoyuv420);
uyvytoyuv420 = RENAME(uyvytoyuv420);
#endif /* COMPILE_TEMPLATE_SSE2 */
#endif /* !COMPILE_TEMPLATE_SSE2 */
#if !COMPILE_TEMPLATE_AMD3DNOW
interleaveBytes = RENAME(interleaveBytes);
......
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