]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/bfin/dsputil_bfin.h
fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples...
[ffmpeg] / libavcodec / bfin / dsputil_bfin.h
index 9dd29476e84a7c2ef6d251c33458ba3aadd4e3d0..411c8ea73cb95157d53c1fd4df9dff39a03e0f89 100644 (file)
  */
 
 
-#ifndef DSPUTIL_BFIN_H
-#define DSPUTIL_BFIN_H
+#ifndef FFMPEG_DSPUTIL_BFIN_H
+#define FFMPEG_DSPUTIL_BFIN_H
 
+#ifdef __FDPIC__
 #define attribute_l1_text  __attribute__ ((l1_text))
+#define attribute_l1_data_b __attribute__((l1_data_B))
+#else
+#define attribute_l1_text
+#define attribute_l1_data_b
+#endif
 
 #ifdef BFIN_PROFILE
 
@@ -65,4 +71,4 @@ static void bfprof (void)
 #define bfprof()
 #endif
 
-#endif
+#endif /* FFMPEG_DSPUTIL_BFIN_H */