diff options
author | pav <pav@FreeBSD.org> | 2007-05-02 05:05:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-05-02 05:05:51 +0800 |
commit | 40855e42999cab9418db68c1e9977461d603ac6f (patch) | |
tree | 1851d8ddcec2eab4627abccf1cdc0ffbabc66ce8 /multimedia | |
parent | d421d4028736fff62bcd0310afa8b2aae6fb2f00 (diff) | |
download | freebsd-ports-graphics-40855e42999cab9418db68c1e9977461d603ac6f.tar.gz freebsd-ports-graphics-40855e42999cab9418db68c1e9977461d603ac6f.tar.zst freebsd-ports-graphics-40855e42999cab9418db68c1e9977461d603ac6f.zip |
- libdts was renamed libdca
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 4c4241ab010..cbf7bc59e12 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -144,7 +144,7 @@ gst_cdparanoia_EXTRA_LIBS+= -lgstcdda-${VERSION} gst_cdparanoia_DIST= base # dts -gst_dts_BUILD_DEPENDS+= ${LOCALBASE}/lib/libdts.a:${PORTSDIR}/multimedia/libdts +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 diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index e74ae450979..a370bf54aea 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -165,8 +165,7 @@ LIB_DEPENDS+= cdda_interface.0:${PORTSDIR}/audio/cdparanoia # dts .if ${GST_PLUGIN}=="dts" -BUILD_DEPENDS+= ${LOCALBASE}/lib/libdts_pic.a:${PORTSDIR}/multimedia/libdts -RUN_DEPENDS+= ${LOCALBASE}/lib/libdts_pic.a:${PORTSDIR}/multimedia/libdts +LIB_DEPENDS+= dca.0:${PORTSDIR}/multimedia/libdca GST_PLIST_SUFFIX= dec .endif |