mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Disable the portable multimedia modules (audioop, imageop, rgbimg) by
default since they don't work on 64-bit platforms.
This commit is contained in:
parent
fc6efffbf9
commit
3f0bff666d
1 changed files with 5 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue