_openexr-std-cxx11
authorMaintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Sat, 22 Jul 2023 16:03:02 +0000 (17:03 +0100)
committerThorsten Alteholz <debian@alteholz.de>
Sat, 22 Jul 2023 16:03:02 +0000 (17:03 +0100)
===================================================================

Gbp-Pq: Name 03_openexr-std-cxx11.patch

ext/openexr/Makefile.am

index 1a95fee6b4d71646da45d84969abdec3dc3348d0..137850f8f765a2fea8bb414f24929824d710b170 100644 (file)
@@ -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)