summaryrefslogtreecommitdiff
path: root/packages/gstreamer-1.0-effects.package
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-01-28 01:07:40 +0000
committerNirbheek Chauhan <nirbheek@centricular.com>2024-02-09 13:05:12 +0530
commit4b58e2b4aa80ec6b1c48ee41a2309cce25568fe5 (patch)
tree9414e2fbd7427bc4208444ff717fca5ac4ce78cf /packages/gstreamer-1.0-effects.package
parente6ddef555866e2586199d75cdeabbce7fc4db7dd (diff)
gst-plugins-bad: build soundtouch plugin on MSVC
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1333>
Diffstat (limited to 'packages/gstreamer-1.0-effects.package')
-rw-r--r--packages/gstreamer-1.0-effects.package3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/gstreamer-1.0-effects.package b/packages/gstreamer-1.0-effects.package
index b59407ae..d9f8a24b 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',
+ 'soundtouch:libs',
'webrtc-audio-processing:libs',
'gst-plugins-base-1.0:plugins_effects',
'gst-plugins-good-1.0:plugins_effects',
@@ -24,8 +25,6 @@ class Package(custom.GStreamer, package.Package):
'gst-plugins-bad-1.0:plugins_effects_devel']
def prepare(self):
- if not self.config.variants.visualstudio:
- self.files += ['soundtouch:libs']
if self.config.variants.uwp:
self.files.remove('ladspa:libs')