diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-17 22:38:14 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-17 22:38:14 +0000 |
commit | 5e1efcee823576470ffa3ae2f57ba5c6020e436b (patch) | |
tree | 78e96c862dea4521bef2dc4812f46ecf9e873961 /src/post/goom/mmx.c | |
parent | 70dc13d0f5a33871b6e1f4ede9ed3a50159f4ad6 (diff) | |
parent | 7d9294e060283d36cc1ac996cba807e95de5dc31 (diff) | |
download | xine-lib-5e1efcee823576470ffa3ae2f57ba5c6020e436b.tar.gz xine-lib-5e1efcee823576470ffa3ae2f57ba5c6020e436b.tar.bz2 |
Merge the backout.
Diffstat (limited to 'src/post/goom/mmx.c')
-rw-r--r-- | src/post/goom/mmx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/post/goom/mmx.c b/src/post/goom/mmx.c index 953b59152..3c9d0ee4a 100644 --- a/src/post/goom/mmx.c +++ b/src/post/goom/mmx.c @@ -16,11 +16,9 @@ // faire : a / sqrtperte <=> a >> PERTEDEC #define PERTEDEC 4 -#ifdef CPU_X86 int mmx_supported (void) { return (mm_support()&0x1); } -#endif void zoom_filter_mmx (int prevX, int prevY, Pixel *expix1, Pixel *expix2, |