diff options
author | pgj <pgj@FreeBSD.org> | 2010-04-11 00:12:05 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2010-04-11 00:12:05 +0800 |
commit | 6e446d4e8b473bd7317fbc1164a14d9665e3eff1 (patch) | |
tree | dad0a60ce0ec2ff4b1678030bdb738ccc052275a /audio/Makefile | |
parent | 019c59fac7b9e5b8d1c5cc14b481245598f1001f (diff) | |
download | freebsd-ports-gnome-6e446d4e8b473bd7317fbc1164a14d9665e3eff1.tar.gz freebsd-ports-gnome-6e446d4e8b473bd7317fbc1164a14d9665e3eff1.tar.zst freebsd-ports-gnome-6e446d4e8b473bd7317fbc1164a14d9665e3eff1.zip |
Aften is an audio encoder which generates compressed audio streams based
on ATSC A/52 specification. This type of audio is also known as AC-3 or
Dolby(R) Digital and is one of the audio codecs used in DVD-Video
content.
WWW: http://aften.sourceforge.net/
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 3deacf9b39c4..d81900ec83e2 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -14,6 +14,7 @@ SUBDIR += adpcm SUBDIR += adplay SUBDIR += afsp + SUBDIR += aften SUBDIR += akode SUBDIR += akode-plugins-ffmpeg SUBDIR += akode-plugins-jack |