[FFmpeg-cvslog] swscale: x86: fix #endif comments in rgb2rgb template file

Giorgio Vazzana git at videolan.org
Mon Aug 20 17:41:35 CEST 2012


ffmpeg | branch: master | Giorgio Vazzana <mywing81 at gmail.com> | Thu Aug 16 14:35:41 2012 +0200| [1e6072139b0a70abd8c72f59b5b556fb5b6c0d93] | committer: Diego Biurrun

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

Signed-off-by: Diego Biurrun <diego at biurrun.de>

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

 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 7a641e1..f312053 100644
--- a/libswscale/x86/rgb2rgb_template.c
+++ b/libswscale/x86/rgb2rgb_template.c
@@ -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);



More information about the ffmpeg-cvslog mailing list