goom: Fix MMX assembly compilation with clang
authorSebastian Dröge <slomo@circular-chaos.org>
Sat, 21 Sep 2013 16:46:29 +0000 (18:46 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Sat, 21 Sep 2013 16:48:19 +0000 (18:48 +0200)
commit94ad6724ba5c0136d385cc0f052db636bf99a86c
treee87d89dc942dd8e44aacc14833a63adb24725059
parentf83b2d3371e07f71581834f6d90ed299c5c7b8f2
goom: Fix MMX assembly compilation with clang

clang does not want or need a clobber list for emms:
error: clobbers must be last on the x87 stack

Patch taken from the FreeBSD ports, provided by
Dan McGregor <dan.mcgregor@usask.ca>
gst/goom/mmx.h