mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gst/matroska/Makefile.am: If zlib is available and used, we must link it explicitly for things to work on MingW (fixe...
Original commit message from CVS: * gst/matroska/Makefile.am: If zlib is available and used, we must link it explicitly for things to work on MingW (fixes #392855).
This commit is contained in:
parent
62621b5e41
commit
5d78ae0a1c
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* gst/matroska/Makefile.am:
|
||||||
|
If zlib is available and used, we must link it explicitly for
|
||||||
|
things to work on MingW (fixes #392855).
|
||||||
|
|
||||||
2007-01-04 Tim-Philipp Müller <tim at centricular dot net>
|
2007-01-04 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* ext/esd/esdsink.c: (gst_esdsink_delay):
|
* ext/esd/esdsink.c: (gst_esdsink_delay):
|
||||||
|
|
|
@ -25,5 +25,6 @@ libgstmatroska_la_LIBADD = \
|
||||||
$(GST_BASE_LIBS) \
|
$(GST_BASE_LIBS) \
|
||||||
$(GST_PLUGINS_BASE_LIBS) \
|
$(GST_PLUGINS_BASE_LIBS) \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
-lgstriff-@GST_MAJORMINOR@
|
-lgstriff-@GST_MAJORMINOR@ \
|
||||||
|
$(ZLIB_LIBS)
|
||||||
libgstmatroska_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstmatroska_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue