stricter constraints of asm() blocks
authorAlexis Ballier <alexis.ballier@gmail.com>
Sun, 24 Aug 2008 08:41:20 +0000 (08:41 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Sun, 24 Aug 2008 08:41:20 +0000 (08:41 +0000)
commitdad6afb4cb8dc98c7edb4370c7b589b90c546395
tree8dae43d84dbd29854fef2c5e19de4bd58c5ac565
parentcbcbf439b9641b1f2e95ec2ca23a52e6473f725b
stricter constraints of asm() blocks
All these variables are used as left operands of a movd instruction,
which does accept only memory or register operands while the "g"
constraint also allows immediates. Use "rm" instead.
Patch by Alexis Ballier %alexis P ballier A gmail P com%

Originally committed as revision 14941 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/i386/mpegvideo_mmx.c