summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-01-05 17:23:04 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-01-05 17:23:04 +0000
commit5d78ae0a1c34b888b87ae64f7e188860816c7e06 (patch)
tree9d22671be29bc97b6e4af96cba813818b834a1aa /ChangeLog
parent62621b5e412ff2e57f92fef84ec625ae8f4df5c6 (diff)
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).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9d82797..a3d8d9a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):