summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-11-28 22:53:34 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-11-28 22:53:34 +0530
commitf98262d220b106e4cb23238b9ba57f6101377b38 (patch)
treeba1876e559e9f1f1b45472eac69741f206ad7497 /packages
parente7451e92cd2603099db73e4fdb51eed5dad4f01f (diff)
Re-enable webrtc-audio-processing/webrtcdsp plugin
The recipe has been ported to Meson and builds successfully on Windows even with deep prefix directories.
Diffstat (limited to 'packages')
-rw-r--r--packages/gstreamer-1.0-effects.package7
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/gstreamer-1.0-effects.package b/packages/gstreamer-1.0-effects.package
index eb159c3c..59b32fc3 100644
--- a/packages/gstreamer-1.0-effects.package
+++ b/packages/gstreamer-1.0-effects.package
@@ -21,10 +21,3 @@ class Package(custom.GStreamer, package.Package):
'gst-plugins-good-1.0:plugins_effects_devel',
'gst-plugins-ugly-1.0:plugins_effects_devel',
'gst-plugins-bad-1.0:plugins_effects_devel']
-
- def prepare(self):
- if self.config.platform == Platform.WINDOWS:
- # FIXME: This will almost certainly fail to build on Windows due to
- # https://bugzilla.gnome.org/show_bug.cgi?id=770264
- # See also, gst-plugins-bad-1.0.recipe and -static
- self.files.remove('webrtc-audio-processing:libs')