videomixer: use 'q' constraint instead of 'r'
authorStefan Kost <ensonic@users.sf.net>
Wed, 13 Jan 2010 14:48:46 +0000 (16:48 +0200)
committerStefan Kost <ensonic@users.sf.net>
Wed, 13 Jan 2010 14:48:46 +0000 (16:48 +0200)
commit404e673ac0d209aee3a4626bd8f73a01c6390359
treeac33eb46c7275487348a33be169a002b9ad76c9f
parent7e3783cbace47669ef087ff1cd889ac01e7800a0
videomixer: use 'q' constraint instead of 'r'

This avoids the "bad register name `%dil'" compilation errors on 32bit where
because of 'r' gcc puts the value in a general purpose register and then tries
to access the lower part as %dil/%sil which is not existing on 32bit. 'q' requests
a-d registers
gst/videomixer/blend_mmx.h