summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-10-02 15:33:14 +0000
committerAndy Wingo <wingo@pobox.com>2005-10-02 15:33:14 +0000
commit94bcb7452db28b8559cd01cd9517395ab760cce7 (patch)
treeab5fc3759c27e82fb95cfe9cd68cde087a6e0cc9 /ChangeLog
parent75a0669d5f145926e0a246cf12695ca59485a762 (diff)
configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
Original commit message from CVS: 2005-10-02 Andy Wingo <wingo@pobox.com> * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base. * ext/flac/gstflacenc.c: Ported to 0.9. * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better. * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs, and link to gsttagedit. Enable flacenc. * ext/flac/gstflacdec.c: Re-enable tag reading.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94d8a0ce..6ab94599 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-10-02 Andy Wingo <wingo@pobox.com>
+
+ * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
+
+ * ext/flac/gstflacenc.c: Ported to 0.9.
+
+ * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
+
+ * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
+ and link to gsttagedit. Enable flacenc.
+
+ * ext/flac/gstflacdec.c: Re-enable tag reading.
+
2005-09-30 Wim Taymans <wim@fluendo.com>
* gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):