summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2023-07-13 08:30:43 +0530
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-07-17 05:52:08 +0000
commit1367614b2c047e2a017fcabb9ab871b2b289c03e (patch)
treecae0bdd2c6885b09516c00a3f1608559c381b654 /packages
parentab1e0bb3db751ea90e4d2ea771dcc373c0a8cc9d (diff)
packages: webrtc-audio-processing should be packaged on MSVC too
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1216>
Diffstat (limited to 'packages')
-rw-r--r--packages/gstreamer-1.0-effects.package3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gstreamer-1.0-effects.package b/packages/gstreamer-1.0-effects.package
index 5e121b2a..b59407ae 100644
--- a/packages/gstreamer-1.0-effects.package
+++ b/packages/gstreamer-1.0-effects.package
@@ -12,6 +12,7 @@ class Package(custom.GStreamer, package.Package):
files = ['ladspa:libs',
'libltc:libs',
+ 'webrtc-audio-processing:libs',
'gst-plugins-base-1.0:plugins_effects',
'gst-plugins-good-1.0:plugins_effects',
'gst-plugins-ugly-1.0:plugins_effects',
@@ -24,7 +25,7 @@ class Package(custom.GStreamer, package.Package):
def prepare(self):
if not self.config.variants.visualstudio:
- self.files += ['soundtouch:libs', 'webrtc-audio-processing:libs']
+ self.files += ['soundtouch:libs']
if self.config.variants.uwp:
self.files.remove('ladspa:libs')