diff options
author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2014-04-20 18:05:27 +0300 |
---|---|---|
committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2014-04-20 18:05:27 +0300 |
commit | 603b235a8ae5938e7cbdd4577a3130b1763fe14e (patch) | |
tree | 41b9047ae715647a75d0179fab2042d04a4ad677 /src | |
parent | 83ce6f21569add50bea9d69ac6d1118997641de3 (diff) | |
download | xine-lib-603b235a8ae5938e7cbdd4577a3130b1763fe14e.tar.gz xine-lib-603b235a8ae5938e7cbdd4577a3130b1763fe14e.tar.bz2 |
Fix build with clang
Diffstat (limited to 'src')
-rw-r--r-- | src/post/goom/mmx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/post/goom/mmx.h b/src/post/goom/mmx.h index 6861b7cfe..8b4b7c186 100644 --- a/src/post/goom/mmx.h +++ b/src/post/goom/mmx.h @@ -730,8 +730,7 @@ void zoom_filter_xmmx (int prevX, int prevY, Pixel *expix1, Pixel *expix2, #else -#define emms() __asm__ __volatile__ ("emms"::: \ - "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)") +#define emms() __asm__ __volatile__ ("emms") #endif |