From f5b96597bd3de4c620aa05a6624145de55045e52 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 24 Jan 2009 17:32:06 +0000 Subject: [PATCH] Remove pointless #if HAVE_ALTIVEC around internal header #include and function declarations. Originally committed as revision 16755 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/dsputil_ppc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/ppc/dsputil_ppc.c b/libavcodec/ppc/dsputil_ppc.c index ce04cf6a41..e9864af487 100644 --- a/libavcodec/ppc/dsputil_ppc.c +++ b/libavcodec/ppc/dsputil_ppc.c @@ -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 snow_init_altivec(DSPContext* c, AVCodecContext *avctx); 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)