diff options
-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 ' |