[FFmpeg-cvslog] libswscale: fix #endif comments in rgb2rgb_template.c

Giorgio Vazzana git at videolan.org
Thu Aug 16 18:43:36 CEST 2012


ffmpeg | branch: master | Giorgio Vazzana <mywing81 at gmail.com> | Thu Aug 16 14:35:41 2012 +0200| [e6ee58fae662fdc49d9e106ce36d15c5c6b9f0b7] | committer: Michael Niedermayer

libswscale: fix #endif comments in rgb2rgb_template.c

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6ee58fae662fdc49d9e106ce36d15c5c6b9f0b7
---

 libswscale/x86/rgb2rgb_template.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libswscale/x86/rgb2rgb_template.c b/libswscale/x86/rgb2rgb_template.c
index 7e5ffdf..7eee075 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);



More information about the ffmpeg-cvslog mailing list