diff options
author | Giorgio Vazzana <mywing81@gmail.com> | 2012-08-16 14:35:41 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-16 18:40:11 +0200 |
commit | e6ee58fae662fdc49d9e106ce36d15c5c6b9f0b7 (patch) | |
tree | 63b11ad56d87a3284466dad343493b9f7455276b /libswscale | |
parent | 584acbf52425da9a4e249a25c9412466203ec683 (diff) | |
download | ffmpeg-e6ee58fae662fdc49d9e106ce36d15c5c6b9f0b7.tar.gz |
libswscale: fix #endif comments in rgb2rgb_template.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/x86/rgb2rgb_template.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/x86/rgb2rgb_template.c b/libswscale/x86/rgb2rgb_template.c index 7e5ffdf8d1..7eee075c9d 100644 --- a/libswscale/x86/rgb2rgb_template.c +++ b/libswscale/x86/rgb2rgb_template.c @@ -2484,7 +2484,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); @@ -2493,7 +2493,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); |