summaryrefslogtreecommitdiff
path: root/gst-libs/gst/basecamerabinsrc
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 /gst-libs/gst/basecamerabinsrc
parent4a60566999d984b411f068db285b711c83497f5a (diff)
downloadgstreamer-plugins-bad-22f0f11abfca812e6ec390a0fed5cddfbda03e06.tar.gz
meson: remove vs_module_defs
The GST_EXPORT should handle it.
Diffstat (limited to 'gst-libs/gst/basecamerabinsrc')
-rw-r--r--gst-libs/gst/basecamerabinsrc/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst-libs/gst/basecamerabinsrc/meson.build b/gst-libs/gst/basecamerabinsrc/meson.build
index 4f7f16e65..545216070 100644
--- a/gst-libs/gst/basecamerabinsrc/meson.build
+++ b/gst-libs/gst/basecamerabinsrc/meson.build
@@ -18,7 +18,6 @@ gstbasecamerabin = library('gstbasecamerabinsrc-' + api_version,
soversion : soversion,
install : true,
dependencies : [gstapp_dep],
- vs_module_defs: vs_module_defs_dir + 'libgstbasecamerabinsrc.def',
)
gstbasecamerabin_dep = declare_dependency(link_with : gstbasecamerabin,