mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue