mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
libswscale: fix #endif comments in rgb2rgb_template.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
584acbf524
commit
e6ee58fae6
@ -2484,7 +2484,7 @@ static inline void RENAME(rgb2rgb_init)(void)
|
|||||||
yvu9_to_yuy2 = RENAME(yvu9_to_yuy2);
|
yvu9_to_yuy2 = RENAME(yvu9_to_yuy2);
|
||||||
uyvytoyuv422 = RENAME(uyvytoyuv422);
|
uyvytoyuv422 = RENAME(uyvytoyuv422);
|
||||||
yuyvtoyuv422 = RENAME(yuyvtoyuv422);
|
yuyvtoyuv422 = RENAME(yuyvtoyuv422);
|
||||||
#endif /* !COMPILE_TEMPLATE_SSE2 */
|
#endif /* !COMPILE_TEMPLATE_AMD3DNOW */
|
||||||
|
|
||||||
#if COMPILE_TEMPLATE_MMXEXT || COMPILE_TEMPLATE_AMD3DNOW
|
#if COMPILE_TEMPLATE_MMXEXT || COMPILE_TEMPLATE_AMD3DNOW
|
||||||
planar2x = RENAME(planar2x);
|
planar2x = RENAME(planar2x);
|
||||||
@ -2493,7 +2493,7 @@ static inline void RENAME(rgb2rgb_init)(void)
|
|||||||
|
|
||||||
yuyvtoyuv420 = RENAME(yuyvtoyuv420);
|
yuyvtoyuv420 = RENAME(yuyvtoyuv420);
|
||||||
uyvytoyuv420 = RENAME(uyvytoyuv420);
|
uyvytoyuv420 = RENAME(uyvytoyuv420);
|
||||||
#endif /* COMPILE_TEMPLATE_SSE2 */
|
#endif /* !COMPILE_TEMPLATE_SSE2 */
|
||||||
|
|
||||||
#if !COMPILE_TEMPLATE_AMD3DNOW
|
#if !COMPILE_TEMPLATE_AMD3DNOW
|
||||||
interleaveBytes = RENAME(interleaveBytes);
|
interleaveBytes = RENAME(interleaveBytes);
|
||||||
|
Loading…
Reference in New Issue
Block a user