summaryrefslogtreecommitdiff
path: root/ext/openexr
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2017-07-11 12:43:46 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2017-07-11 12:43:46 -0400
commit6adfb120ab0e1bb0b3439ad725a362cfe4fbe733 (patch)
tree74a20a7ac4c07e0a42c78b4a65684420e3dd9d1b /ext/openexr
parentf0c7fbb371494bbe0721ef2abdff01b0fe7c7474 (diff)
downloadgstreamer-plugins-bad-6adfb120ab0e1bb0b3439ad725a362cfe4fbe733.tar.gz
openexr: Header are not C++11, force C++98
Diffstat (limited to 'ext/openexr')
-rw-r--r--ext/openexr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openexr/Makefile.am b/ext/openexr/Makefile.am
index 614c1376a..1a95fee6b 100644
--- a/ext/openexr/Makefile.am
+++ b/ext/openexr/Makefile.am
@@ -6,7 +6,7 @@ libgstopenexr_la_CFLAGS = \
$(OPENEXR_CFLAGS)
libgstopenexr_la_CXXFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CXXFLAGS) \
- $(OPENEXR_CFLAGS)
+ $(OPENEXR_CFLAGS) -std=c++98
libgstopenexr_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
$(GST_BASE_LIBS) $(GST_LIBS) $(OPENEXR_LIBS)