Originally committed as revision 22340 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -21,6 +21,9 @@ |
| 21 | 21 |
#ifndef AVCODEC_ARM_DSPUTIL_H |
| 22 | 22 |
#define AVCODEC_ARM_DSPUTIL_H |
| 23 | 23 |
|
| 24 |
+#include "libavcodec/avcodec.h" |
|
| 25 |
+#include "libavcodec/dsputil.h" |
|
| 26 |
+ |
|
| 24 | 27 |
void ff_dsputil_init_armv5te(DSPContext* c, AVCodecContext *avctx); |
| 25 | 28 |
void ff_dsputil_init_armv6(DSPContext* c, AVCodecContext *avctx); |
| 26 | 29 |
void ff_dsputil_init_vfp(DSPContext* c, AVCodecContext *avctx); |