mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-02 01:33:47 +00:00
meson: Require gst 1.18 features for dav1d
Matching what the cargo file requires. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2135>
This commit is contained in:
parent
24536fef73
commit
333e88012e
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ plugins = {
|
|||
'dav1d': {
|
||||
'library': 'libgstdav1d',
|
||||
'extra-deps': {'dav1d': ['>=1.3']},
|
||||
'features': ['gst/v1_18', 'gst-base/v1_18', 'gst-video/v1_18'],
|
||||
},
|
||||
'ffv1': {'library': 'libgstffv1'},
|
||||
'flavors': {'library': 'libgstrsflv'},
|
||||
|
|
Loading…
Reference in a new issue