summaryrefslogtreecommitdiff
path: root/libavcodec/arm/dsputil_arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/arm/dsputil_arm.h')
-rw-r--r--libavcodec/arm/dsputil_arm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/arm/dsputil_arm.h b/libavcodec/arm/dsputil_arm.h
index 8234f27739..7f8579d507 100644
--- a/libavcodec/arm/dsputil_arm.h
+++ b/libavcodec/arm/dsputil_arm.h
@@ -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);