summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-03-11 17:08:31 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-03-11 17:08:31 +0000
commit87da9d51153dab1d3034a865a2554e4e075f4ccc (patch)
tree1774720ea86ade01a21af3442a4b34d2e2ac2a58 /ChangeLog
parentb9571c8b4605d77cd723a4ee0978fab55899bde8 (diff)
downloadgst-plugins-bad-87da9d51153dab1d3034a865a2554e4e075f4ccc.tar.gz
gst-plugins-bad-87da9d51153dab1d3034a865a2554e4e075f4ccc.tar.bz2
gst-plugins-bad-87da9d51153dab1d3034a865a2554e4e075f4ccc.zip
configure.ac: Only compile the taglib plugin if a C++ compiler is present. Use GST_DEFAULT_ELEMENTS macro from common...
Original commit message from CVS: * configure.ac: Only compile the taglib plugin if a C++ compiler is present. Use GST_DEFAULT_ELEMENTS macro from common/ for all the defaults stuff.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f992bde..cafc9409 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
+
+ * configure.ac:
+ Only compile the taglib plugin if a C++ compiler is
+ present. Use GST_DEFAULT_ELEMENTS macro from common/
+ for all the defaults stuff.
+
2006-03-11 Christophe Fergeau <teuf@gnome.org>
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>