diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2021-09-23 18:00:51 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2021-09-23 18:00:51 +0530 |
commit | 6b999a498626b021fb3d3c3764833516cec4a248 (patch) | |
tree | 0c276bf432774bdd0ccb086f7333ec7196d9f3ad /recipes/gst-plugins-bad-1.0.recipe | |
parent | e5ff9a1a4e6d6fb96c2f5d9fac683cc7be2a7621 (diff) |
1.19.2 is tagged and released, so we need to add these patches by
hand. Will be removed once they've been merged upstream.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/737>
Diffstat (limited to 'recipes/gst-plugins-bad-1.0.recipe')
-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 2676d1d9..aecd4738 100644 --- a/recipes/gst-plugins-bad-1.0.recipe +++ b/recipes/gst-plugins-bad-1.0.recipe @@ -543,6 +543,8 @@ class Recipe(custom.GStreamer): self.disable_plugin('ladspa', 'effects', dep='ladspa') self.disable_plugin('mms', 'net_restricted', option='libmms', dep='libmms') self.disable_plugin('openjpeg', 'codecs', dep='openjpeg') + # https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2545 + self.patches = [self.name + '/0001-meson-Fix-build-with-Dopenjpeg-disabled.patch'] self.disable_plugin('rtmp', 'net_restricted', option='rtmp', dep='librtmp') self.disable_plugin('sbc', 'codecs', dep='sbc') self.disable_plugin('spandsp', 'codecs', dep='spandsp') |