diff arm/dsputil_arm.h @ 11415:7030ce3879d8 libavcodec

ARM: add some missing includes
author mru
date Mon, 08 Mar 2010 19:59:54 +0000
parents 08573f5f587d
children
line wrap: on
line diff
--- a/arm/dsputil_arm.h	Mon Mar 08 19:00:05 2010 +0000
+++ b/arm/dsputil_arm.h	Mon Mar 08 19:59:54 2010 +0000
@@ -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);