diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2023-05-19 12:28:05 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2023-05-19 12:28:05 +0100 |
commit | efee037a8d766c5afefa136f1aa33172fc8a6714 (patch) | |
tree | f0d387db708b0f35799910f58aee939d7cde9169 /recipes/gst-plugins-bad-1.0.recipe | |
parent | 86b5b62b34522021f224f17a1520584e66b394c5 (diff) |
Build 1.22.3 release1.22.3
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1179>
Diffstat (limited to 'recipes/gst-plugins-bad-1.0.recipe')
-rw-r--r-- | recipes/gst-plugins-bad-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe index f2bd8f97..e01c3fed 100644 --- a/recipes/gst-plugins-bad-1.0.recipe +++ b/recipes/gst-plugins-bad-1.0.recipe @@ -9,7 +9,7 @@ class Recipe(custom.GStreamer): licenses = [{License.LGPLv2Plus: None, License.BSD_like: ['ext/sctp/usrsctp/LICENSE.md']}] else: licenses = [{License.LGPLv2Plus: None, License.BSD_like: ['subprojects/gst-plugins-bad/ext/sctp/usrsctp/LICENSE.md']}] - tarball_checksum = '3d8faf1ce3402c8535ce3a8c4e1a6c960e4b5655dbda6b55943db9ac79022d0f' + tarball_checksum = 'e1798fee2d86127f0637481c607f983293bf0fd81aad70a5c7b47205af3621d8' # Explicitly enable plugins that we provide dependencies for to ensure that # we error out if they weren't found. meson_options = {'gpl': 'enabled', |