1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: pygame-1.9.1release+dfsg/Setup.in
===================================================================
--- pygame-1.9.1release+dfsg.orig/Setup.in 2012-01-03 12:04:50.000000000 +0100
+++ pygame-1.9.1release+dfsg/Setup.in 2012-01-03 12:09:24.420512094 +0100
@@ -64,7 +64,7 @@
draw src/draw.c $(SDL) $(DEBUG)
image src/image.c $(SDL) $(DEBUG)
overlay src/overlay.c $(SDL) $(DEBUG)
-transform src/transform.c src/rotozoom.c src/scale2x.c src/scale_mmx.c $(SDL) $(DEBUG) -D_NO_MMX_FOR_X86_64
+transform src/transform.c src/rotozoom.c src/scale2x.c src/scale_mmx.c $(SDL) $(DEBUG)
mask src/mask.c src/bitmask.c $(SDL) $(DEBUG)
bufferproxy src/bufferproxy.c $(SDL) $(DEBUG)
pixelarray src/pixelarray.c $(SDL) $(DEBUG)
|