mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-21 22:58:16 +00:00
openexr: Header are not C++11, force C++98
This commit is contained in:
parent
f0c7fbb371
commit
6adfb120ab
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue