Force the GStreamer DTS plug-in to be linked to libdca so that all symbols
can be properly resolved.
This commit is contained in:
parent
6682fdcefa
commit
996c095b17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197861
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= multimedia
|
||||
|
||||
COMMENT= Gstreamer dts plugin
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue