diff options
author | mezz <mezz@FreeBSD.org> | 2006-06-19 18:03:29 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-06-19 18:03:29 +0000 |
commit | 895f20931e471699f237526eb360e2d4c08708a3 (patch) | |
tree | d168279efba91625f121a8c0648e0914cc521312 /audio/gstreamer-plugins-faad | |
parent | 9a4217f8242b9ffb665f421cf70996d86048a31b (diff) | |
download | FreeBSD-ports-895f20931e471699f237526eb360e2d4c08708a3.zip FreeBSD-ports-895f20931e471699f237526eb360e2d4c08708a3.tar.gz |
Fix a typo, ACC -> AAC.
PR: ports/99018
Submitted by: vd
Diffstat (limited to 'audio/gstreamer-plugins-faad')
-rw-r--r-- | audio/gstreamer-plugins-faad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gstreamer-plugins-faad/Makefile b/audio/gstreamer-plugins-faad/Makefile index 32655c6..2e98f8b 100644 --- a/audio/gstreamer-plugins-faad/Makefile +++ b/audio/gstreamer-plugins-faad/Makefile @@ -8,7 +8,7 @@ PORTREVISION= 1 CATEGORIES= audio -COMMENT= Gstreamer MPEG-2 and MPEG-4 ACC decoder plugin +COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC decoder plugin GST_PLUGIN= faad |