projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bd93dc
)
gl/meson: don't define GST_EXPORTS
author
Matthew Waters
<matthew@centricular.com>
Mon, 4 Jun 2018 12:34:04 +0000
(22:34 +1000)
committer
Matthew 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
patch
|
blob
|
history
diff --git
a/gst-libs/gst/gl/meson.build
b/gst-libs/gst/gl/meson.build
index
95e1a51
..
05e9498
100644
(file)
--- 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 = []