Use constant offsets for memory operands since gcc is unable to
authorDavid Conrad <lessen42@gmail.com>
Wed, 20 Jan 2010 00:34:10 +0000 (00:34 +0000)
committerDavid Conrad <lessen42@gmail.com>
Wed, 20 Jan 2010 00:34:10 +0000 (00:34 +0000)
commitc4f2b6dce306933e6d8fa82022f24a11ea1d29f0
treee313c7798478f5fa5a6db4c4a80f717733945cb9
parent613f2dc4ae7970772040abd69ae30b4d0dab9da9
Use constant offsets for memory operands since gcc is unable to
This fixes gcc failing to fit 6 memory locations into 7 registers on x86-32

Originally committed as revision 21337 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/x86/h264dsp_mmx.c