comparison 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
comparison
equal deleted inserted replaced
11414:fd978eebb65c 11415:7030ce3879d8
19 */ 19 */
20 20
21 #ifndef AVCODEC_ARM_DSPUTIL_H 21 #ifndef AVCODEC_ARM_DSPUTIL_H
22 #define AVCODEC_ARM_DSPUTIL_H 22 #define AVCODEC_ARM_DSPUTIL_H
23 23
24 #include "libavcodec/avcodec.h"
25 #include "libavcodec/dsputil.h"
26
24 void ff_dsputil_init_armv5te(DSPContext* c, AVCodecContext *avctx); 27 void ff_dsputil_init_armv5te(DSPContext* c, AVCodecContext *avctx);
25 void ff_dsputil_init_armv6(DSPContext* c, AVCodecContext *avctx); 28 void ff_dsputil_init_armv6(DSPContext* c, AVCodecContext *avctx);
26 void ff_dsputil_init_vfp(DSPContext* c, AVCodecContext *avctx); 29 void ff_dsputil_init_vfp(DSPContext* c, AVCodecContext *avctx);
27 void ff_dsputil_init_neon(DSPContext *c, AVCodecContext *avctx); 30 void ff_dsputil_init_neon(DSPContext *c, AVCodecContext *avctx);
28 void ff_dsputil_init_iwmmxt(DSPContext* c, AVCodecContext *avctx); 31 void ff_dsputil_init_iwmmxt(DSPContext* c, AVCodecContext *avctx);