summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorHavard Graff <havard.graff@gmail.com>2017-10-04 14:29:20 +0200
committerTim-Philipp Müller <tim@centricular.com>2017-10-05 13:57:48 +0100
commit22f0f11abfca812e6ec390a0fed5cddfbda03e06 (patch)
tree979e37d051de52108b77011027c3fcdeb5983211 /meson.build
parent4a60566999d984b411f068db285b711c83497f5a (diff)
downloadgstreamer-plugins-bad-22f0f11abfca812e6ec390a0fed5cddfbda03e06.tar.gz
meson: remove vs_module_defs
The 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 6724e6cc2..1d1ab3f8c 100644
--- a/meson.build
+++ b/meson.build
@@ -407,8 +407,6 @@ gst_plugins_bad_args = ['-DHAVE_CONFIG_H']
configinc = include_directories('.')
libsinc = include_directories('gst-libs')
-vs_module_defs_dir = meson.current_source_dir() + '/win32/common/'
-
# Used by the *_mkenum.py helper scripts
glib_mkenums = find_program('glib-mkenums')