Commit d9bf7169 authored by Diego Biurrun's avatar Diego Biurrun

ppc: vorbisdsp: Drop some unnecessary #includes

Also fixes compilation with AltiVec disabled.
parent a23abaf3
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
#include <altivec.h> #include <altivec.h>
#endif #endif
#include "libavutil/cpu.h" #include "libavutil/cpu.h"
#include "libavutil/ppc/types_altivec.h"
#include "libavutil/ppc/util_altivec.h"
#include "libavcodec/vorbisdsp.h" #include "libavcodec/vorbisdsp.h"
#if HAVE_ALTIVEC #if HAVE_ALTIVEC
......
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