diff armv4l/dsputil_arm.c @ 2776:930e56f92c57 libavcodec

IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org)
author michael
date Tue, 28 Jun 2005 22:46:36 +0000
parents 7f38814cffa1
children bfabfdf9ce55
line wrap: on
line diff
--- a/armv4l/dsputil_arm.c	Tue Jun 28 14:56:16 2005 +0000
+++ b/armv4l/dsputil_arm.c	Tue Jun 28 22:46:36 2005 +0000
@@ -240,9 +240,7 @@
     c->put_no_rnd_pixels_tab[1][2] = put_no_rnd_pixels8_y2_arm; //OK
 /*     c->put_no_rnd_pixels_tab[1][3] = put_no_rnd_pixels8_xy2_arm;//NG */
 
-#if 1
 #ifdef HAVE_IWMMXT
     dsputil_init_iwmmxt(c, avctx);
 #endif
-#endif
 }