GStreamer multimedia framework
Find a file
Nicolas Dufresne 8f4ba29f97 gl: Allow using non-system mesa with both GL and GLES
GCC automatically disable redundance warnings for system headers. As
soon as we start using a non-system installed mesa, we would start
having issues. The test for both wasn't setting any flags, so it would
work but then fail at runtime.

This is being fixed by disabling in the code (where needed only) that
GCC warning. The test is also fixed to avoid the false positive we had.
2017-12-09 19:32:12 +00:00
ext/gl plugins-bad: Fix example pipelines 2017-12-09 19:32:12 +00:00
gst-libs/gst/gl gl: Allow using non-system mesa with both GL and GLES 2017-12-09 19:32:12 +00:00
pkgconfig gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/include 2017-12-09 19:31:49 +00:00
tests clutter: Fix compilation error in GL examples 2017-12-09 19:32:12 +00:00