summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-10-30 15:31:59 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-10-30 15:31:59 +0000
commitaa67ed1d1478b118e57b85e465c3753608847866 (patch)
tree1e971cd4203143441188a8d07ef537be592ea51e /ChangeLog
parent8d54b879f981efd05142e36f29a4558ee83342f1 (diff)
downloadgst-plugins-bad-aa67ed1d1478b118e57b85e465c3753608847866.tar.gz
gst-plugins-bad-aa67ed1d1478b118e57b85e465c3753608847866.tar.bz2
gst-plugins-bad-aa67ed1d1478b118e57b85e465c3753608847866.zip
configure.ac: Require at least Gtk 2.8.0 for the demos (that's the oldest I can test with; I'm fairly certain Gtk 2.0...
Original commit message from CVS: * configure.ac: Require at least Gtk 2.8.0 for the demos (that's the oldest I can test with; I'm fairly certain Gtk 2.0.0 is not good enough any longer); clean up some unused Gtk-related configure cruft. * examples/scaletempo/demo-gui.c: Define Gtk 2.12 function to noop when compiling against older Gtk.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b697f77b..74c64db8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-10-30 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ * configure.ac:
+ Require at least Gtk 2.8.0 for the demos (that's the oldest I can
+ test with; I'm fairly certain Gtk 2.0.0 is not good enough any
+ longer); clean up some unused Gtk-related configure cruft.
+
+ * examples/scaletempo/demo-gui.c:
+ Define Gtk 2.12 function to noop when compiling against older Gtk.
+
2008-10-30 Sebastian Dröge <slomo@circular-chaos.org>
* gst/speexresample/gstspeexresample.c: