|
|
@@ -127,9 +127,10 @@ root:/u/ffmpeg/bhead/libavcodec> |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
#include "config.h" |
|
|
|
#include "config_bfin.h" |
|
|
|
|
|
|
|
#ifdef __FDPIC__ |
|
|
|
#if defined(__FDPIC__) && CONFIG_SRAM |
|
|
|
.section .l1.data.B,"aw",@progbits |
|
|
|
#else |
|
|
|
.data |
|
|
@@ -138,7 +139,7 @@ root:/u/ffmpeg/bhead/libavcodec> |
|
|
|
dct_coeff: |
|
|
|
.short 0x5a82, 0x2d41, 0x187e, 0x3b21, 0x0c7c, 0x3ec5, 0x238e, 0x3537; |
|
|
|
|
|
|
|
#ifdef __FDPIC__ |
|
|
|
#if defined(__FDPIC__) && CONFIG_SRAM |
|
|
|
.section .l1.data.A,"aw",@progbits |
|
|
|
#endif |
|
|
|
.align 4 |
|
|
|