summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-12-24 15:12:56 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-12-24 15:12:56 +0000
commit039ab624738b4b1bd08f3a09a26065a9b082bda6 (patch)
tree8e12dd38020b13c03797a48b42ee45749e7b5cac
parent5a643b5e72fac37bb4e8696ec13302973df77d23 (diff)
fix for glib < 2.4
Original commit message from CVS: fix for glib < 2.4
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8618aa73..59a95f36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
+ * gst/audioconvert/gstchannelmix.c:
+ fix for GLIB < 2.4
+
+2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
+
* Makefile.am:
* configure.ac:
disable docs again until it actually passes make distcheck.