diff options
-rw-r--r-- | audio/gstreamer-plugins-faad/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/gstreamer-plugins-faad/Makefile b/audio/gstreamer-plugins-faad/Makefile index 59d61efcb7d..c615e2f99d1 100644 --- a/audio/gstreamer-plugins-faad/Makefile +++ b/audio/gstreamer-plugins-faad/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC decoder plugin diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index aae69207523..178e251a243 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -181,6 +181,7 @@ gst_faac_LIB_DEPENDS+= faac.0:${PORTSDIR}/audio/faac gst_faac_DIST= bad # faad +gst_faad_USE_GSTREAMER+= bad gst_faad_LIB_DEPENDS+= faad.0:${PORTSDIR}/audio/faad gst_faad_DIST= bad |