diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-08-18 05:57:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-08-18 05:57:55 +0000 |
commit | 996c095b178e27d225dcd9ace25f9450a221324c (patch) | |
tree | 873fe93f7961531809c15f011b2db489c29f2710 | |
parent | 6682fdcefa0f8de6943452286cef383269b3d75e (diff) | |
download | freebsd-ports-996c095b178e27d225dcd9ace25f9450a221324c.zip |
Force the GStreamer DTS plug-in to be linked to libdca so that all symbols
can be properly resolved.
-rw-r--r-- | multimedia/gstreamer-plugins-dts/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins-dts/Makefile b/multimedia/gstreamer-plugins-dts/Makefile index 4cb3c0673a60..75012a6e880c 100644 --- a/multimedia/gstreamer-plugins-dts/Makefile +++ b/multimedia/gstreamer-plugins-dts/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia COMMENT= Gstreamer dts plugin diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 452723f7e043..c355fa1cf676 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -155,6 +155,7 @@ gst_dts_LIB_DEPENDS+= dca.0:${PORTSDIR}/multimedia/libdca gst_dts_PLIST_FILES= ${GST_LIB_DIR}/libgstdtsdec.a \ ${GST_LIB_DIR}/libgstdtsdec.la \ ${GST_LIB_DIR}/libgstdtsdec.so +gst_dts_EXTRA_LIBS+= -ldca gst_dts_DIST= bad # dv |