diff dsputil.c @ 214:73df666cacc7 libavcodec

Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
author nickols_k
date Sun, 20 Jan 2002 14:48:02 +0000
parents c0d8ecae7ac5
children 0b234715e205
line wrap: on
line diff
--- a/dsputil.c	Sun Jan 20 14:30:34 2002 +0000
+++ b/dsputil.c	Sun Jan 20 14:48:02 2002 +0000
@@ -497,6 +497,10 @@
     dsputil_init_mlib();
     use_permuted_idct = 0;
 #endif
+#ifdef ARCH_ALPHA
+    dsputil_init_alpha();
+    use_permuted_idct = 0;
+#endif
 
 #ifdef SIMPLE_IDCT
     if(ff_idct == simple_idct) use_permuted_idct=0;