]> granicus.if.org Git - python/commitdiff
Disable the portable multimedia modules (audioop, imageop, rgbimg) by
authorGuido van Rossum <guido@python.org>
Wed, 3 Sep 1997 00:44:14 +0000 (00:44 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 3 Sep 1997 00:44:14 +0000 (00:44 +0000)
default since they don't work on 64-bit platforms.

Modules/Setup.in

index 3e886fc38c34ac184198b4d5bc0babb83cca921c..9a1a4000c1214e44b50b59a13fa086d4b1907421 100644 (file)
@@ -159,12 +159,13 @@ errno errnomodule.c       # posix (UNIX) errno values
 #resource resource.c   # Jeremy Hylton's rlimit interface
 
 
-# Multimedia modules -- on by default.
+# Multimedia modules -- off by default.
+# These don't for 64-bit platforms!!!
 # These represent audio samples or images as strings:
 
-audioop audioop.c      # Operations on audio samples
-imageop imageop.c      # Operations on images
-rgbimg rgbimgmodule.c   # Read SGI RGB image files (but coded portably)
+#audioop audioop.c     # Operations on audio samples
+#imageop imageop.c     # Operations on images
+#rgbimg rgbimgmodule.c   # Read SGI RGB image files (but coded portably)
 
 
 # The stdwin module provides a simple, portable (between X11 and Mac)