summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorHavard Graff <havard.graff@gmail.com>2017-10-04 14:17:59 +0200
committerTim-Philipp Müller <tim@centricular.com>2017-10-05 13:53:14 +0100
commit43985b363db8bcc090b2f787fc4856040502e318 (patch)
treef2d29314b60929a8bc4c207d87712db57886a5de /meson.build
parentfb3455d7a1fb0b8fb9d00da174986b8efce573f6 (diff)
meson: remove vs_module_defs
GST_EXPORT should handle it.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index ffce497ef..d099d4580 100644
--- a/meson.build
+++ b/meson.build
@@ -184,8 +184,6 @@ endif
gst_controller_dep = dependency('gstreamer-controller-1.0', version : gst_req,
fallback : ['gstreamer', 'gst_controller_dep'])
-vs_module_defs_dir = meson.current_source_dir() + '/win32/common/'
-
# Used by the *_mkenum.py helper scripts
glib_mkenums = find_program('glib-mkenums')