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:
parent
4bd93dc4d8
commit
8596f5a5b4
@ -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 = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user