diff options
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 839811413..6a56aa0b3 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -137,7 +137,7 @@ LIB_DEPENDS+= cdda_interface.0:${PORTSDIR}/audio/cdparanoia # dirac .if ${GST_PLUGIN}=="dirac" -BUILD_DEPENDS+= ${LOCALBASE}/lib/libconv_common.a:${PORTSDIR}/multimedia/dirac +LIB_DEPENDS+= dirac_encoder.0:${PORTSDIR}/multimedia/dirac .endif # dts @@ -207,7 +207,7 @@ LIB_DEPENDS+= musepack.1:${PORTSDIR}/audio/libmusepack # hermes .if ${GST_PLUGIN}=="hermes" -LIB_DEPENDS+ Hermes.1:${PORTSDIR}/graphics/Hermes +LIB_DEPENDS+= Hermes.1:${PORTSDIR}/graphics/Hermes PLIST_FILES= ${GST_LIB_DIR}/libgsthermescolorspace.so .endif diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index 839811413..6a56aa0b3 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -137,7 +137,7 @@ LIB_DEPENDS+= cdda_interface.0:${PORTSDIR}/audio/cdparanoia # dirac .if ${GST_PLUGIN}=="dirac" -BUILD_DEPENDS+= ${LOCALBASE}/lib/libconv_common.a:${PORTSDIR}/multimedia/dirac +LIB_DEPENDS+= dirac_encoder.0:${PORTSDIR}/multimedia/dirac .endif # dts @@ -207,7 +207,7 @@ LIB_DEPENDS+= musepack.1:${PORTSDIR}/audio/libmusepack # hermes .if ${GST_PLUGIN}=="hermes" -LIB_DEPENDS+ Hermes.1:${PORTSDIR}/graphics/Hermes +LIB_DEPENDS+= Hermes.1:${PORTSDIR}/graphics/Hermes PLIST_FILES= ${GST_LIB_DIR}/libgsthermescolorspace.so .endif |