diff options
author | Jan Schmidt <jan@centricular.com> | 2018-03-08 23:22:49 +1100 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2018-03-08 23:22:49 +1100 |
commit | c8e1f13485332171d8ca83a35d317b037e643075 (patch) | |
tree | ccdd9d90210810856c6cf7d28d0ab8207f5d0d4d | |
parent | a7a556ee341d9ccbd98c54509d487a9234f324e5 (diff) |
gst-plugins-bad-1.0: Also remove the webrtcdsp static libs on Win1.13.90
This completes the disabling of the webrtcdsp plugin on Windows
builds
http://bugzilla.gnome.org/show_bug.cgi?770264
-rw-r--r-- | recipes/gst-plugins-bad-1.0.recipe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe index 37d462a9..990753ef 100644 --- a/recipes/gst-plugins-bad-1.0.recipe +++ b/recipes/gst-plugins-bad-1.0.recipe @@ -368,6 +368,8 @@ class Recipe(custom.GStreamer): # See also, -static and gstreamer-1.0-effects.package self.deps.remove('webrtc-audio-processing') self.files_plugins_effects.remove('lib/gstreamer-1.0/libgstwebrtcdsp%(mext)s') + self.files_plugins_effects_devel.remove('lib/gstreamer-1.0/libgstwebrtcdsp.a') + self.files_plugins_effects_devel.remove('lib/gstreamer-1.0/libgstwebrtcdsp.la') if self.config.target_platform != Platform.LINUX: self.configure_options += ' --disable-gtk-doc ' |