diff options
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index 1cc87db1f..320ed06c1 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -183,6 +183,16 @@ LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack .endif +# libvisual +.if ${GST_PLUGIN}=="libvisual" +LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual +.endif + +# musepack +.if ${GST_PLUGIN}=="musepack" +LIB_DEPENDS+= musepack.1:${PORTSDIR}/audio/libmusepack +.endif + # hermes .if ${GST_PLUGIN}=="hermes" LIB_DEPENDS+ Hermes.1:${PORTSDIR}/graphics/Hermes |