diff options
author | clsung <clsung@FreeBSD.org> | 2007-04-02 15:18:13 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-04-02 15:18:13 +0800 |
commit | b238a9c75298d460c021fabbe05d17c19bf6d457 (patch) | |
tree | 6daa37d869cdee6648e0290707a879b2bf62def3 /audio/Makefile | |
parent | 3015ffa9b3e150cf2513d1c70d96ba107a82b34a (diff) | |
download | freebsd-ports-gnome-b238a9c75298d460c021fabbe05d17c19bf6d457.tar.gz freebsd-ports-gnome-b238a9c75298d460c021fabbe05d17c19bf6d457.tar.zst freebsd-ports-gnome-b238a9c75298d460c021fabbe05d17c19bf6d457.zip |
Add py-speex 0.2, python bindings for the Speex compressor/decompressor
audio codec.
PR: ports/111032
Submitted by: Carl Johan Gustavsson <cjg at bsdmail.org>
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 d3d79f1d92fb..99a4f8888fe0 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -510,6 +510,7 @@ SUBDIR += py-ogg SUBDIR += py-openal SUBDIR += py-sdl_mixer + SUBDIR += py-speex SUBDIR += py-taglib SUBDIR += py-tagpy SUBDIR += py-vorbis |