diff mpegvideo.c @ 5761:72b59f7613af libavcodec

Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is AltiVec-specific now.
author diego
date Wed, 03 Oct 2007 14:01:42 +0000
parents e8145dd711b5
children a3a2968e16ad
line wrap: on
line diff
--- a/mpegvideo.c	Wed Oct 03 13:49:51 2007 +0000
+++ b/mpegvideo.c	Wed Oct 03 14:01:42 2007 +0000
@@ -152,7 +152,7 @@
 #elif defined(ARCH_ARMV4L)
     MPV_common_init_armv4l(s);
 #elif defined(HAVE_ALTIVEC)
-    MPV_common_init_ppc(s);
+    MPV_common_init_altivec(s);
 #elif defined(ARCH_BFIN)
     MPV_common_init_bfin(s);
 #endif