diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-10-07 13:40:41 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-10-07 13:40:41 +0000 |
commit | cba946907d64dd39ff42c428789e21c2ab185d05 (patch) | |
tree | 7a1c8578517df3ef9750fff3dbc1591d2daa469d /audio/Makefile | |
parent | Add py-ao 0.8, a python wrapper for ao, an audio device abstraction (diff) |
Add py-ogg 1.0, object-oriented Python bindings for the ogg library.
Notes
Notes:
svn path=/head/; revision=67556
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 12bcb38e5531..ed0cfc7e5dbd 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -186,6 +186,7 @@ SUBDIR += play SUBDIR += playmidi SUBDIR += py-ao + SUBDIR += py-ogg SUBDIR += py-xmms SUBDIR += pysol-sound-server SUBDIR += quelcom |