summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8aba2b0..b3719bb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
+ * tests/icles/videocrop-test.c: (main):
+ Call g_thread_init() right at the beginning. Remove superfluous
+ gst_init() - we've already been inited via the GOption stuff.
+
+2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
+
* configure.ac:
Don't compile rfbsource if we don't have sys/socket.h.
Should fix compilation on MingW.