From 5e4a3b86b359952dc6ba3da2f48594179a811319 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 19 Jul 2004 16:55:07 +0000 Subject: [PATCH] Move comment that goes along with audioop --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d281bf622e..68b36b4a106 100644 --- a/setup.py +++ b/setup.py @@ -407,13 +407,13 @@ class PyBuildExt(build_ext): # These don't work for 64-bit platforms!!! # These represent audio samples or images as strings: + # Operations on audio samples # According to #993173, this one should actually work fine on # 64-bit platforms. exts.append( Extension('audioop', ['audioop.c']) ) # Disabled on 64-bit platforms if sys.maxint != 9223372036854775807L: - # Operations on audio samples # Operations on images exts.append( Extension('imageop', ['imageop.c']) ) # Read SGI RGB image files (but coded portably)