mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
Add dependencies of gstriff to things that link to gstriff, needed on Win32.
This commit is contained in:
parent
e98c682732
commit
b0b54d9324
3 changed files with 7 additions and 1 deletions
|
@ -18,7 +18,10 @@ libgstavi_la_LIBADD = \
|
|||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
-lgstriff-@GST_MAJORMINOR@
|
||||
-lgstriff-@GST_MAJORMINOR@ \
|
||||
-lgstaudio-@GST_MAJORMINOR@ \
|
||||
-lgsttag-@GST_MAJORMINOR@
|
||||
|
||||
libgstavi_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstavi_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ libgstmatroska_la_CFLAGS = \
|
|||
libgstmatroska_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstriff-@GST_MAJORMINOR@ \
|
||||
-lgstaudio-@GST_MAJORMINOR@ \
|
||||
-lgsttag-@GST_MAJORMINOR@ \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
|
|
|
@ -8,6 +8,8 @@ libgstwavparse_la_CFLAGS = \
|
|||
-I$(top_srcdir)/gst-libs
|
||||
libgstwavparse_la_LIBADD = \
|
||||
-lgstriff-@GST_MAJORMINOR@ \
|
||||
-lgstaudio-@GST_MAJORMINOR@ \
|
||||
-lgsttag-@GST_MAJORMINOR@ \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(LIBM)
|
||||
|
|
Loading…
Reference in a new issue