summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c6e0d84..62587eb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ Check if the compiler supports do { } while (0) macros. This fixes
+ a warning when compiling with g++ 4.3, resulting in a build failure
+ because of -Werror.
+
+ * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
+ * ext/mplex/gstmplex.cc:
+ Include <string.h> for memcpy and friends to fix the build with
+ gcc 4.3.
+
+ * tests/check/Makefile.am:
+ Remove trailing backslash.
+
2008-03-20 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/selector/gstinputselector.c: