Re-enable compiling ossaudiodev now that it seems to work again.

This commit is contained in:
Guido van Rossum 2003-02-13 16:12:21 +00:00
parent 8587b3c073
commit 0c016a9590
2 changed files with 1 additions and 2 deletions

View file

@ -593,7 +593,6 @@ _expectations = {
test_largefile test_largefile
test_nis test_nis
test_ntpath test_ntpath
test_ossaudiodev
test_socketserver test_socketserver
test_sunaudiodev test_sunaudiodev
test_unicode_file test_unicode_file

View file

@ -745,7 +745,7 @@ class PyBuildExt(build_ext):
if platform in ('linux2', 'freebsd4'): if platform in ('linux2', 'freebsd4'):
# ossaudiodev currently doesn't work, so don't build. # ossaudiodev currently doesn't work, so don't build.
pass pass
## exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
if platform == 'sunos5': if platform == 'sunos5':
# SunOS specific modules # SunOS specific modules