Disable the portable multimedia modules (audioop, imageop, rgbimg) by

default since they don't work on 64-bit platforms.
This commit is contained in:
Guido van Rossum 1997-09-03 00:44:14 +00:00
parent fc6efffbf9
commit 3f0bff666d
1 changed files with 5 additions and 4 deletions

View 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)