diff ppc/dsputil_altivec.h @ 12473:06abedae2906 libavcodec

Merge has_altivec() function into mm_support(), remove it and use mm_support() instead. Reduce complexity and simplify pending move to libavutil.
author stefano
date Wed, 08 Sep 2010 10:02:40 +0000
parents 50415a8f1451
children
line wrap: on
line diff
--- a/ppc/dsputil_altivec.h	Wed Sep 08 05:51:31 2010 +0000
+++ b/ppc/dsputil_altivec.h	Wed Sep 08 10:02:40 2010 +0000
@@ -30,8 +30,6 @@
 
 void avg_pixels16_altivec(uint8_t *block, const uint8_t *pixels, int line_size, int h);
 
-int has_altivec(void);
-
 void fdct_altivec(int16_t *block);
 void gmc1_altivec(uint8_t *dst, uint8_t *src, int stride, int h,
                   int x16, int y16, int rounder);