changeset 8654:13b6cdf7895e libavcodec

Remove pointless #if HAVE_ALTIVEC around internal header #include and function declarations.
author diego
date Sat, 24 Jan 2009 17:32:06 +0000
parents cc6f01be6614
children 14ccee231565
files ppc/dsputil_ppc.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)