diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-30 02:59:39 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-30 02:59:39 +0000 |
commit | 64592fa05fb58c1338f6ca81be68a4bc90d76cfc (patch) | |
tree | 69519c44a3658bbce025e11ded1466541807da39 /audio/Makefile | |
parent | b9cf2a6561281b8a749c9b620f577ab386c0caca (diff) | |
download | ports-64592fa05fb58c1338f6ca81be68a4bc90d76cfc.tar.gz ports-64592fa05fb58c1338f6ca81be68a4bc90d76cfc.zip |
Add CMU Sphinx, a speech recognition system.
PR: 17707
Submitted by: Trevor Johnson <trevor@jpj.net>
Notes
Notes:
svn path=/head/; revision=28966
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 f83b09c67e85..67507377ba74 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -76,6 +76,7 @@ SUBDIR += snowstar SUBDIR += soundtracker SUBDIR += sox + SUBDIR += sphinx SUBDIR += splay SUBDIR += splaytk SUBDIR += tclmidi |