forked from FFmpeg/FFmpeg
Update asm offsets for arm
This unbreak ffmpeg build on arm/elf, arm/mach-o still need an update Originally committed as revision 26286 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a3b058b7ba
commit
183cdf7163
1 changed files with 6 additions and 6 deletions
|
@ -30,12 +30,12 @@
|
|||
|
||||
/* MpegEncContext */
|
||||
#if defined(__ARM_EABI__) || defined(__eabi__)
|
||||
#define Y_DC_SCALE 0xa54
|
||||
#define C_DC_SCALE 0xa58
|
||||
#define AC_PRED 0xa80
|
||||
#define BLOCK_LAST_INDEX 0x2160
|
||||
#define INTER_SCANTAB_RASTER_END 0x2360
|
||||
#define H263_AIC 0x2610
|
||||
#define Y_DC_SCALE 0xab4
|
||||
#define C_DC_SCALE 0xab8
|
||||
#define AC_PRED 0xae0
|
||||
#define BLOCK_LAST_INDEX 0x21c0
|
||||
#define INTER_SCANTAB_RASTER_END 0x23c0
|
||||
#define H263_AIC 0x2670
|
||||
#elif defined(__APPLE__)
|
||||
#define Y_DC_SCALE 0xa30
|
||||
#define C_DC_SCALE 0xa34
|
||||
|
|
Loading…
Add table
Reference in a new issue