diff options
author | mm <mm@FreeBSD.org> | 2011-06-23 20:52:00 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-06-23 20:52:00 +0800 |
commit | 94813c337a60505f6ffd16e174b5c3269dffdc3a (patch) | |
tree | caa85197471e26eea4abd99089a38cfc5e23fa7d /audio/Makefile | |
parent | 12577e9091c667e242a5c414030f4535f23f44e1 (diff) | |
download | freebsd-ports-graphics-94813c337a60505f6ffd16e174b5c3269dffdc3a.tar.gz freebsd-ports-graphics-94813c337a60505f6ffd16e174b5c3269dffdc3a.tar.zst freebsd-ports-graphics-94813c337a60505f6ffd16e174b5c3269dffdc3a.zip |
VisualOn AAC encoder library
This library contains an encoder implementation of the Advanced Audio
Coding (AAC) audio codec. The library is based on a codec implementation
by VisualOn as part of the Stagefright framework from the Google
Android project.
WWW: https://github.com/mstorsjo/vo-aacenc
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 b61d608be90..19fdf1284ce 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -778,6 +778,7 @@ SUBDIR += vat SUBDIR += ventrilo-server SUBDIR += vitunes + SUBDIR += vo-aacenc SUBDIR += voipong SUBDIR += volumecontrol.app SUBDIR += vorbis-tools |