comparison bfin/dsputil_bfin.h @ 11416:9f2381fb271b libavcodec

Add missing includes in bfin and sh4 files
author mru
date Mon, 08 Mar 2010 20:17:51 +0000
parents 00b80bf84ad9
children
comparison
equal deleted inserted replaced
11415:7030ce3879d8 11416:9f2381fb271b
21 */ 21 */
22 22
23 23
24 #ifndef AVCODEC_BFIN_DSPUTIL_BFIN_H 24 #ifndef AVCODEC_BFIN_DSPUTIL_BFIN_H
25 #define AVCODEC_BFIN_DSPUTIL_BFIN_H 25 #define AVCODEC_BFIN_DSPUTIL_BFIN_H
26
27 #include "config.h"
28 #include "libavcodec/dsputil.h"
26 29
27 #if defined(__FDPIC__) && CONFIG_SRAM 30 #if defined(__FDPIC__) && CONFIG_SRAM
28 #define attribute_l1_text __attribute__ ((l1_text)) 31 #define attribute_l1_text __attribute__ ((l1_text))
29 #define attribute_l1_data_b __attribute__((l1_data_B)) 32 #define attribute_l1_data_b __attribute__((l1_data_B))
30 #else 33 #else