]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blame - gstreamer-plugins-bad-gs-c++17.patch
- updated to 1.22.1
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad-gs-c++17.patch
CommitLineData
d291d50a
JB
1--- gst-plugins-bad-1.22.1/ext/gs/meson.build.orig 2023-04-07 06:47:15.386423238 +0200
2+++ gst-plugins-bad-1.22.1/ext/gs/meson.build 2023-04-07 06:47:24.379707850 +0200
3@@ -16,6 +16,7 @@ if gs_dep.found()
4 dependencies : [gstbase_dep, gs_dep],
5 install : true,
6 install_dir : plugins_install_dir,
7+ override_options : ['cpp_std=c++17'],
8 )
9 plugins += [gstgs]
10 endif
This page took 0.077551 seconds and 4 git commands to generate.