From 5f1bb9fd9cb04e9c54ee9f80600a3458e5854d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 21 Mar 2008 14:50:41 +0000 Subject: 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 for memcpy and friends to fix the build with gcc 4.3. * tests/check/Makefile.am: Remove trailing backslash. --- ext/mpeg2enc/gstmpeg2encpicturereader.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mpeg2enc') diff --git a/ext/mpeg2enc/gstmpeg2encpicturereader.cc b/ext/mpeg2enc/gstmpeg2encpicturereader.cc index 5bd09dd7..77e38440 100644 --- a/ext/mpeg2enc/gstmpeg2encpicturereader.cc +++ b/ext/mpeg2enc/gstmpeg2encpicturereader.cc @@ -24,6 +24,7 @@ #endif #include +#include #include "gstmpeg2enc.hh" #include "gstmpeg2encpicturereader.hh" -- cgit v1.2.1