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:
Tim-Philipp Müller 2007-01-05 17:23:04 +00:00
parent 62621b5e41
commit 5d78ae0a1c
2 changed files with 8 additions and 1 deletions

View file

@ -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>
* ext/esd/esdsink.c: (gst_esdsink_delay):

View file

@ -25,5 +25,6 @@ libgstmatroska_la_LIBADD = \
$(GST_BASE_LIBS) \
$(GST_PLUGINS_BASE_LIBS) \
$(GST_LIBS) \
-lgstriff-@GST_MAJORMINOR@
-lgstriff-@GST_MAJORMINOR@ \
$(ZLIB_LIBS)
libgstmatroska_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)