Index: patched-ffmpeg-mt/libavcodec/arm/dsputil_arm.h |
=================================================================== |
--- patched-ffmpeg-mt/libavcodec/arm/dsputil_arm.h (revision 41250) |
+++ patched-ffmpeg-mt/libavcodec/arm/dsputil_arm.h (working copy) |
@@ -21,6 +21,9 @@ |
#ifndef AVCODEC_ARM_DSPUTIL_H |
#define AVCODEC_ARM_DSPUTIL_H |
+#include "libavcodec/avcodec.h" |
+#include "libavcodec/dsputil.h" |
+ |
void ff_dsputil_init_armv5te(DSPContext* c, AVCodecContext *avctx); |
void ff_dsputil_init_armv6(DSPContext* c, AVCodecContext *avctx); |
void ff_dsputil_init_vfp(DSPContext* c, AVCodecContext *avctx); |