mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
8f2eb70803
Check for libva-2.0 since libva's developers decided to increase the library's version number. https://bugzilla.gnome.org/show_bug.cgi?id=784398
7 lines
596 B
Meson
7 lines
596 B
Meson
option('with_libva', type : 'combo', choices : ['1', '2', 'auto'], value : 'auto')
|
|
option('with_encoders', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|
|
option('with_drm', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|
|
option('with_x11', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|
|
option('with_glx', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|
|
option('with_wayland', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|
|
option('with_egl', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|