mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-01 17:23:48 +00:00
meson: Try to build skia by default
Now that we can use subprojects and we check dependencies, it should work Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2300>
This commit is contained in:
parent
e5afe39be4
commit
b305102a28
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ option('gtk4', type: 'feature', value: 'auto', description: 'Build GTK4 plugin')
|
|||
option('hsv', type: 'feature', value: 'auto', description: 'Build hsv plugin')
|
||||
option('png', type: 'feature', value: 'auto', description: 'Build png plugin')
|
||||
option('rav1e', type: 'feature', value: 'auto', description: 'Build rav1e plugin')
|
||||
option('skia', type: 'feature', value: 'disabled', description: 'Build skia plugin')
|
||||
option('skia', type: 'feature', value: 'auto', description: 'Build skia plugin')
|
||||
option('videofx', type: 'feature', value: 'auto', description: 'Build videofx plugin')
|
||||
option('vvdec', type: 'feature', value: 'auto', description: 'Build vvdec plugin')
|
||||
option('webp', type: 'feature', value: 'auto', description: 'Build webp plugin')
|
||||
|
|
Loading…
Reference in a new issue