# HG changeset patch # User diego # Date 1232818326 0 # Node ID 13b6cdf7895ed5eaaaece0a7bef464bc47787a0d # Parent cc6f01be661458fa424b395c3d85feeeb27540d9 Remove pointless #if HAVE_ALTIVEC around internal header #include and function declarations. diff -r cc6f01be6614 -r 13b6cdf7895e ppc/dsputil_ppc.c --- a/ppc/dsputil_ppc.c Sat Jan 24 16:13:21 2009 +0000 +++ b/ppc/dsputil_ppc.c Sat Jan 24 17:32:06 2009 +0000 @@ -24,7 +24,6 @@ #include "dsputil_ppc.h" -#if HAVE_ALTIVEC #include "dsputil_altivec.h" void fdct_altivec(int16_t *block); @@ -41,8 +40,6 @@ void float_init_altivec(DSPContext* c, AVCodecContext *avctx); void int_init_altivec(DSPContext* c, AVCodecContext *avctx); -#endif - int mm_flags = 0; int mm_support(void)