summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-03-21 14:50:41 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-03-21 14:50:41 +0000
commit5f1bb9fd9cb04e9c54ee9f80600a3458e5854d44 (patch)
tree257c73c53447c039fcec1403cc6127c33823c211 /ChangeLog
parent29d918352b94957160a9be04dac076f2aca2c5d7 (diff)
downloadgst-plugins-bad-5f1bb9fd9cb04e9c54ee9f80600a3458e5854d44.tar.gz
gst-plugins-bad-5f1bb9fd9cb04e9c54ee9f80600a3458e5854d44.tar.bz2
gst-plugins-bad-5f1bb9fd9cb04e9c54ee9f80600a3458e5854d44.zip
configure.ac: Check if the compiler supports do { } while (0) macros. This fixes a warning when compiling with g++ 4....
Original commit message from CVS: * 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.
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: