Commit f5b96597 authored by Diego Biurrun's avatar Diego Biurrun

Remove pointless #if HAVE_ALTIVEC around internal header #include

and function declarations.

Originally committed as revision 16755 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a0d8a50b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment