diff dsputil.c @ 62:4bfc845cdfea libavcodec

arm optimizations
author glantau
date Mon, 13 Aug 2001 21:45:36 +0000
parents 4ea4c10d03d8
children 06f63b58d2a8
line wrap: on
line diff
--- a/dsputil.c	Mon Aug 13 21:38:25 2001 +0000
+++ b/dsputil.c	Mon Aug 13 21:45:36 2001 +0000
@@ -450,4 +450,7 @@
 #ifdef HAVE_MMX
     dsputil_init_mmx();
 #endif
+#ifdef ARCH_ARMV4L
+    dsputil_init_armv4l();
+#endif
 }