diff options
author | mezz <mezz@FreeBSD.org> | 2006-06-20 02:03:29 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-06-20 02:03:29 +0800 |
commit | 895f20931e471699f237526eb360e2d4c08708a3 (patch) | |
tree | d168279efba91625f121a8c0648e0914cc521312 /audio | |
parent | 9a4217f8242b9ffb665f421cf70996d86048a31b (diff) | |
download | freebsd-ports-gnome-895f20931e471699f237526eb360e2d4c08708a3.tar.gz freebsd-ports-gnome-895f20931e471699f237526eb360e2d4c08708a3.tar.zst freebsd-ports-gnome-895f20931e471699f237526eb360e2d4c08708a3.zip |
Fix a typo, ACC -> AAC.
PR: ports/99018
Submitted by: vd
Diffstat (limited to 'audio')
-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 32655c6cc37c..2e98f8b78af7 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 |