gl/meson: don't define GST_EXPORTS
authorMatthew Waters <matthew@centricular.com>
Mon, 4 Jun 2018 12:34:04 +0000 (22:34 +1000)
committerMatthew Waters <matthew@centricular.com>
Wed, 6 Jun 2018 13:36:08 +0000 (23:36 +1000)
The intended use (msvc) doesn't currently like it and will fail to
resolve symbols at runtime.

gst-libs/gst/gl/meson.build

index 95e1a51..05e9498 100644 (file)
@@ -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 = []