mirror of https://git.ffmpeg.org/ffmpeg.git
ppc: vorbisdsp: Drop some unnecessary #includes
Also fixes compilation with AltiVec disabled.
This commit is contained in:
parent
a23abaf302
commit
d9bf716945
|
@ -23,8 +23,6 @@
|
|||
#include <altivec.h>
|
||||
#endif
|
||||
#include "libavutil/cpu.h"
|
||||
#include "libavutil/ppc/types_altivec.h"
|
||||
#include "libavutil/ppc/util_altivec.h"
|
||||
#include "libavcodec/vorbisdsp.h"
|
||||
|
||||
#if HAVE_ALTIVEC
|
||||
|
|
Loading…
Reference in New Issue