gstreamer/ext/mplex
Sebastian Dröge 5f1bb9fd9c 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.
2008-03-21 14:50:41 +00:00
..
.gitignore First stab at porting mplex 2002-10-24 22:37:51 +00:00
gstmplex.cc configure.ac: Check if the compiler supports do { } while (0) macros. This fixes a warning when compiling with g++ 4.... 2008-03-21 14:50:41 +00:00
gstmplex.hh Port mplex element to 0.10. Fixes bug #520329. 2008-03-05 06:03:03 +00:00
gstmplexibitstream.cc Port mplex element to 0.10. Fixes bug #520329. 2008-03-05 06:03:03 +00:00
gstmplexibitstream.hh Port mplex element to 0.10. Fixes bug #520329. 2008-03-05 06:03:03 +00:00
gstmplexjob.cc Port mplex element to 0.10. Fixes bug #520329. 2008-03-05 06:03:03 +00:00
gstmplexjob.hh Port mplex element to 0.10. Fixes bug #520329. 2008-03-05 06:03:03 +00:00
gstmplexoutputstream.cc Port mplex element to 0.10. Fixes bug #520329. 2008-03-05 06:03:03 +00:00
gstmplexoutputstream.hh Port mplex element to 0.10. Fixes bug #520329. 2008-03-05 06:03:03 +00:00
Makefile.am Port mplex element to 0.10. Fixes bug #520329. 2008-03-05 06:03:03 +00:00