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:
@@ -11,11 +11,11 @@ option('quartz-backend', type: 'boolean', value: true,
|
||||
description : 'Enable the macOS gdk backend (only when building on macOS)')
|
||||
|
||||
# Media backends
|
||||
option('nomedia', type: 'boolean', value: true,
|
||||
option('nomedia', type: 'boolean', value: false,
|
||||
description : 'Set to confirm that no media backend should be enabled')
|
||||
option('ffmpeg', type: 'boolean', value: false,
|
||||
description : 'Enable ffmpeg media backend')
|
||||
option('gstreamer', type: 'boolean', value: false,
|
||||
option('gstreamer', type: 'boolean', value: true,
|
||||
description : 'Enable GStreamer media backend')
|
||||
|
||||
# Optional dependencies
|
||||
|
||||
Reference in New Issue
Block a user