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:
Benjamin Otte
2018-03-04 15:03:26 +01:00
parent 08bf8a60e8
commit 8dde331bbc

View File

@@ -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