diff dsputil.c @ 623:92e99e506920 libavcodec

first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
author michaelni
date Wed, 28 Aug 2002 13:14:36 +0000
parents c0005de2be59
children bb6a69f9d409
line wrap: on
line diff
--- a/dsputil.c	Wed Aug 28 12:23:12 2002 +0000
+++ b/dsputil.c	Wed Aug 28 13:14:36 2002 +0000
@@ -1341,6 +1341,9 @@
     dsputil_init_alpha();
     use_permuted_idct = 0;
 #endif
+#ifdef ARCH_POWERPC
+    dsputil_init_altivec();
+#endif
 
 #ifdef SIMPLE_IDCT
     if (ff_idct == NULL) {