Browse Source

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  bfin: vp3: Mark all binary object sections appropriately

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 12 years ago
parent
commit
7b89e24151
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/bfin/vp3_idct_bfin.S

+ 1
- 1
libavcodec/bfin/vp3_idct_bfin.S View File

@@ -51,7 +51,7 @@ coefs:
.short 0x7D8A; //cos(pi/16) .short 0x7D8A; //cos(pi/16)


#if defined(__FDPIC__) && CONFIG_SRAM #if defined(__FDPIC__) && CONFIG_SRAM
.section .l1.data.A
.section .l1.data.A,"aw",@progbits
#endif #endif


vtmp: .space 256 vtmp: .space 256


Loading…
Cancel
Save