summaryrefslogtreecommitdiff
path: root/gst-libs
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
parent4a60566999d984b411f068db285b711c83497f5a (diff)
downloadgstreamer-plugins-bad-22f0f11abfca812e6ec390a0fed5cddfbda03e06.tar.gz
meson: remove vs_module_defs
The GST_EXPORT should handle it.
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/adaptivedemux/meson.build1
-rw-r--r--gst-libs/gst/audio/meson.build1
-rw-r--r--gst-libs/gst/base/meson.build1
-rw-r--r--gst-libs/gst/basecamerabinsrc/meson.build1
-rw-r--r--gst-libs/gst/codecparsers/meson.build1
-rw-r--r--gst-libs/gst/insertbin/meson.build1
-rw-r--r--gst-libs/gst/interfaces/meson.build1
-rw-r--r--gst-libs/gst/isoff/meson.build1
-rw-r--r--gst-libs/gst/mpegts/meson.build1
-rw-r--r--gst-libs/gst/player/meson.build1
-rw-r--r--gst-libs/gst/uridownloader/meson.build1
-rw-r--r--gst-libs/gst/video/meson.build1
12 files changed, 0 insertions, 12 deletions
diff --git a/gst-libs/gst/adaptivedemux/meson.build b/gst-libs/gst/adaptivedemux/meson.build
index dbc4da386..24bd4653d 100644
--- a/gst-libs/gst/adaptivedemux/meson.build
+++ b/gst-libs/gst/adaptivedemux/meson.build
@@ -6,7 +6,6 @@ gstadaptivedemux = library('gstadaptivedemux-' + api_version,
soversion : soversion,
install : true,
dependencies : [gstbase_dep, gsturidownloader_dep],
- vs_module_defs: vs_module_defs_dir + 'libgstadaptivedemux.def',
)
gstadaptivedemux_dep = declare_dependency(link_with : gstadaptivedemux,
diff --git a/gst-libs/gst/audio/meson.build b/gst-libs/gst/audio/meson.build
index 2120a9299..3154e3ca3 100644
--- a/gst-libs/gst/audio/meson.build
+++ b/gst-libs/gst/audio/meson.build
@@ -11,7 +11,6 @@ gstbadaudio = library('gstbadaudio-' + api_version,
soversion : soversion,
install : true,
dependencies : [gstbadbase_dep, gstaudio_dep],
- vs_module_defs: vs_module_defs_dir + 'libgstbadaudio.def',
)
gstbadaudio_dep = declare_dependency(link_with : gstbadaudio,
diff --git a/gst-libs/gst/base/meson.build b/gst-libs/gst/base/meson.build
index 34203edf4..7cffba075 100644
--- a/gst-libs/gst/base/meson.build
+++ b/gst-libs/gst/base/meson.build
@@ -10,7 +10,6 @@ gstbadbase = library('gstbadbase-' + api_version,
soversion : soversion,
install : true,
dependencies : [gst_dep],
- vs_module_defs: vs_module_defs_dir + 'libgstbadbase.def',
)
gstbadbase_dep = declare_dependency(link_with : gstbadbase,
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,
diff --git a/gst-libs/gst/codecparsers/meson.build b/gst-libs/gst/codecparsers/meson.build
index f45e69710..12e53c9cd 100644
--- a/gst-libs/gst/codecparsers/meson.build
+++ b/gst-libs/gst/codecparsers/meson.build
@@ -46,7 +46,6 @@ gstcodecparsers = library('gstcodecparsers-' + api_version,
soversion : soversion,
install : true,
dependencies : [gstbase_dep, libm],
- vs_module_defs: vs_module_defs_dir + 'libgstcodecparsers.def',
)
gstcodecparsers_dep = declare_dependency(link_with : gstcodecparsers,
diff --git a/gst-libs/gst/insertbin/meson.build b/gst-libs/gst/insertbin/meson.build
index acf180529..f4b8aba6d 100644
--- a/gst-libs/gst/insertbin/meson.build
+++ b/gst-libs/gst/insertbin/meson.build
@@ -10,7 +10,6 @@ gstinsertbin = library('gstinsertbin-' + api_version,
soversion : soversion,
install : true,
dependencies : [gst_dep],
- vs_module_defs: vs_module_defs_dir + 'libgstinsertbin.def',
)
gen_sources = []
diff --git a/gst-libs/gst/interfaces/meson.build b/gst-libs/gst/interfaces/meson.build
index 2349349be..23c984602 100644
--- a/gst-libs/gst/interfaces/meson.build
+++ b/gst-libs/gst/interfaces/meson.build
@@ -24,7 +24,6 @@ gstphotography = library('gstphotography-' + api_version,
soversion : soversion,
install : true,
dependencies : [gst_dep],
- vs_module_defs: vs_module_defs_dir + 'libgstphotography.def',
)
gstphotography_dep = declare_dependency(link_with : gstphotography,
diff --git a/gst-libs/gst/isoff/meson.build b/gst-libs/gst/isoff/meson.build
index 97acd0ea1..8666ea163 100644
--- a/gst-libs/gst/isoff/meson.build
+++ b/gst-libs/gst/isoff/meson.build
@@ -14,7 +14,6 @@ gstisoff = library('gstisoff-' + api_version,
soversion : soversion,
install : true,
dependencies : [gstbase_dep],
- vs_module_defs: vs_module_defs_dir + 'libgstisoff.def',
)
gstisoff_dep = declare_dependency(link_with : gstisoff,
diff --git a/gst-libs/gst/mpegts/meson.build b/gst-libs/gst/mpegts/meson.build
index 3ff773515..49bcb6972 100644
--- a/gst-libs/gst/mpegts/meson.build
+++ b/gst-libs/gst/mpegts/meson.build
@@ -40,7 +40,6 @@ gstmpegts = library('gstmpegts-' + api_version,
soversion : soversion,
install : true,
dependencies : [gst_dep],
- vs_module_defs: vs_module_defs_dir + 'libgstmpegts.def',
)
if build_gir
mpegts_gir = gnome.generate_gir(gstmpegts,
diff --git a/gst-libs/gst/player/meson.build b/gst-libs/gst/player/meson.build
index 57bc55bf2..a44d7d8a5 100644
--- a/gst-libs/gst/player/meson.build
+++ b/gst-libs/gst/player/meson.build
@@ -31,7 +31,6 @@ gstplayer = library('gstplayer-' + api_version,
install : true,
dependencies : [gstbase_dep, gstvideo_dep, gstaudio_dep,
gsttag_dep, gstpbutils_dep],
- vs_module_defs: vs_module_defs_dir + 'libgstplayer.def',
)
gen_sources = []
diff --git a/gst-libs/gst/uridownloader/meson.build b/gst-libs/gst/uridownloader/meson.build
index 23da6720f..ac9736841 100644
--- a/gst-libs/gst/uridownloader/meson.build
+++ b/gst-libs/gst/uridownloader/meson.build
@@ -17,7 +17,6 @@ gsturidownloader = library('gsturidownloader-' + api_version,
soversion : soversion,
install : true,
dependencies : [gstbase_dep],
- vs_module_defs: vs_module_defs_dir + 'libgsturidownloader.def',
)
gsturidownloader_dep = declare_dependency(link_with : gsturidownloader,
diff --git a/gst-libs/gst/video/meson.build b/gst-libs/gst/video/meson.build
index b5941a6dc..9c38628d3 100644
--- a/gst-libs/gst/video/meson.build
+++ b/gst-libs/gst/video/meson.build
@@ -16,7 +16,6 @@ gstbadvideo = library('gstbadvideo-' + api_version,
soversion : soversion,
install : true,
dependencies : [gstvideo_dep, gstbadbase_dep],
- vs_module_defs: vs_module_defs_dir + 'libgstbadvideo.def',
)
gstbadvideo_dep = declare_dependency(link_with : gstbadvideo,