gstreamer/ext/openexr
Nirbheek Chauhan f3e4aa1a18 openexr: Fix check for when to pass -std=c++98
commit 6adfb120ab added this flag to fix
builds with `-Werror`, and afterwards it was changed to use a version
check when newer versions of openexr moved over to C++11.

However, some distros have backported patches to older openexr
versions which make it require C++11, which makes the version check
incorrect and causes an error because we passed `-Werror -std=c++98`.

Instead, directly check when usage of the header requires `-std=c++98`
with `-Werror` and override the `cpp_std` setting on the target.

Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/1117
2019-12-02 08:53:59 +00:00
..
gstopenexr.c openexr: Add OpenEXR decoder element 2013-11-23 18:51:52 +01:00
gstopenexr.h openexr: Add OpenEXR plugin 2013-11-23 18:51:35 +01:00
gstopenexrdec.cpp openexrdec: Also catch other exceptions by reference instead of by value 2017-03-01 15:29:42 +02:00
gstopenexrdec.h openexr: Add OpenEXR decoder element 2013-11-23 18:51:52 +01:00
meson.build openexr: Fix check for when to pass -std=c++98 2019-12-02 08:53:59 +00:00