diff i386/dsputil_mmx.c @ 393:bf164fce2c14 libavcodec

removed debug function
author glantau
date Sat, 18 May 2002 22:59:12 +0000
parents b8f3affeb8e1
children 92d143c2d5a8
line wrap: on
line diff
--- a/i386/dsputil_mmx.c	Sat May 18 22:58:08 2002 +0000
+++ b/i386/dsputil_mmx.c	Sat May 18 22:59:12 2002 +0000
@@ -1080,7 +1080,9 @@
         );
 }
 
+#if 0
 static void just_return() { return; }
+#endif
 
 void dsputil_init_mmx(void)
 {
@@ -1170,7 +1172,7 @@
             put_pixels_tab[2] = put_pixels_y2_3dnow;
             put_no_rnd_pixels_tab[1] = put_no_rnd_pixels_x2_3dnow;
             put_no_rnd_pixels_tab[2] = put_no_rnd_pixels_y2_3dnow;
-            
+
             avg_pixels_tab[0] = avg_pixels_3dnow;
             avg_pixels_tab[1] = avg_pixels_x2_3dnow;
             avg_pixels_tab[2] = avg_pixels_y2_3dnow;