diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2023-01-24 21:53:19 +0200 |
---|---|---|
committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2023-01-24 21:54:19 +0000 |
commit | c798ca6cb2b8ee1d4b3c4725b20ea886e5484a47 (patch) | |
tree | a06e68b4d91d67f85c0c3338a7980b8b15ab7c39 /recipes | |
parent | 1c86138a6080acef0ed2c42bfb937e8e2a5dbcf6 (diff) |
gst-plugins-rs: Build glib/gio bindings with 2.74 API support
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1086>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gst-plugins-rs.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-plugins-rs.recipe b/recipes/gst-plugins-rs.recipe index 0695fa3e..02d1634e 100644 --- a/recipes/gst-plugins-rs.recipe +++ b/recipes/gst-plugins-rs.recipe @@ -117,7 +117,7 @@ class Recipe(recipe.Recipe): self.deps.append('openssl') self.cargoc_packages = [f'gst-plugin-{pkg}' for pkg in self.cargoc_packages] # Build with Cerbero's latest glib version as minimum version - self.cargo_features += ['glib/v2_62', 'gio/v2_62'] + self.cargo_features += ['glib/v2_74', 'gio/v2_74'] # Enable assembly optimizations via nasm self.cargo_features.append('gst-plugin-rav1e/asm') # Build with the current GStreamer version as minimum version |