From 1be67171fb6b8237a1125e2f0eaacb24b4272b5f Mon Sep 17 00:00:00 2001 From: Maintainers of GStreamer packages Date: Thu, 22 Apr 2021 19:38:06 +0100 Subject: [PATCH] _openexr-std-cxx11 =================================================================== Gbp-Pq: Name 03_openexr-std-cxx11.patch --- ext/openexr/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/openexr/Makefile.am b/ext/openexr/Makefile.am index 1a95fee..137850f 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) -std=c++98 + $(OPENEXR_CFLAGS) -std=c++11 libgstopenexr_la_LIBADD = \ $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \ $(GST_BASE_LIBS) $(GST_LIBS) $(OPENEXR_LIBS) -- 2.30.2