From 2caf84c3c7dce79d31fc355b0a2b9312a75f234c Mon Sep 17 00:00:00 2001 From: ahze Date: Sat, 4 Dec 2004 23:01:14 +0000 Subject: - Add support for musepack and libvisual plugins git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3219 df743ca5-7f9a-e211-a948-0013205c9059 --- multimedia/gstreamer-plugins80/Makefile.common | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'multimedia/gstreamer-plugins80') 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 -- cgit v1.2.3