gl/meson: don't define GST_EXPORTS

The intended use (msvc) doesn't currently like it and will fail to
resolve symbols at runtime.
This commit is contained in:
Matthew Waters 2018-06-04 22:34:04 +10:00
parent 4bd93dc4d8
commit 8596f5a5b4

View 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 = []