comparison sh4/dsputil_sh4.h @ 11416:9f2381fb271b libavcodec

Add missing includes in bfin and sh4 files
author mru
date Mon, 08 Mar 2010 20:17:51 +0000
parents c166792100a0
children
comparison
equal deleted inserted replaced
11415:7030ce3879d8 11416:9f2381fb271b
17 */ 17 */
18 18
19 #ifndef AVCODEC_SH4_DSPUTIL_SH4_H 19 #ifndef AVCODEC_SH4_DSPUTIL_SH4_H
20 #define AVCODEC_SH4_DSPUTIL_SH4_H 20 #define AVCODEC_SH4_DSPUTIL_SH4_H
21 21
22 #include "libavcodec/avcodec.h"
23 #include "libavcodec/dsputil.h"
24
22 void idct_sh4(DCTELEM *block); 25 void idct_sh4(DCTELEM *block);
23 void dsputil_init_align(DSPContext* c, AVCodecContext *avctx); 26 void dsputil_init_align(DSPContext* c, AVCodecContext *avctx);
24 27
25 #endif 28 #endif