From 8596f5a5b435e670eff8e1e6f33e85525ff86e9c Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Mon, 4 Jun 2018 22:34:04 +1000 Subject: [PATCH] gl/meson: don't define GST_EXPORTS The intended use (msvc) doesn't currently like it and will fail to resolve symbols at runtime. --- gst-libs/gst/gl/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/meson.build b/gst-libs/gst/gl/meson.build index 95e1a51..05e9498 100644 --- a/gst-libs/gst/gl/meson.build +++ b/gst-libs/gst/gl/meson.build @@ -144,7 +144,7 @@ gl_winsys_deps = [] # other things we need. gl_misc_deps = [] # Other preprocessor arguments -gl_cpp_args = ['-DGST_EXPORTS'] +gl_cpp_args = [] enabled_gl_apis = [] enabled_gl_platforms = [] -- 2.7.4