mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
build: Make GStreamer backend the default
Instead of compiling without media backend by default, we now use the GStreamer backend. This means that CI now requires gstreamer support.
This commit is contained in:
parent
0f4ab5862a
commit
09a21f1cd2
@ -11,7 +11,7 @@ option('quartz-backend', type: 'boolean', value: true,
|
||||
description : 'Enable the macOS gdk backend (only when building on macOS)')
|
||||
|
||||
# Media backends
|
||||
option('media', type: 'string', value: 'none',
|
||||
option('media', type: 'string', value: 'gstreamer',
|
||||
description : 'Build the specified media engines (comma-separated list, "all", or "none")')
|
||||
|
||||
# Optional dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user