~ubuntu-branches/debian/squeeze/gstreamer0.10-ffmpeg/squeeze

« back to all changes in this revision

Viewing changes to gst-libs/ext/ffmpeg/libavcodec/bfin/fdct_bfin.S

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-19 18:14:59 UTC
  • mfrom: (4.1.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20100219181459-mect96st3px2jfsi
Tags: 0.10.9.2-1
* New upstream pre-release:
  + debian/patches/03_restricted-caps.patch,
    debian/patches/04_ignore-vdpau.patch:
    - Dropped, merged upstream.
* debian/patches/03_too-new-codec-ids.patch:
  + Disable some ffmpeg codec IDs because Debian's
    ffmpeg is once again too old...

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
 
128
128
*/
129
129
 
 
130
#include "config.h"
130
131
#include "config_bfin.h"
131
132
 
132
 
#ifdef __FDPIC__
 
133
#if defined(__FDPIC__) && CONFIG_SRAM
133
134
.section .l1.data.B,"aw",@progbits
134
135
#else
135
136
.data
138
139
dct_coeff:
139
140
.short 0x5a82, 0x2d41, 0x187e, 0x3b21, 0x0c7c, 0x3ec5, 0x238e, 0x3537;
140
141
 
141
 
#ifdef __FDPIC__
 
142
#if defined(__FDPIC__) && CONFIG_SRAM
142
143
.section .l1.data.A,"aw",@progbits
143
144
#endif
144
145
.align 4