meson: va: Skip configuration on non-linux environment
authorSeungha Yang <seungha@centricular.com>
Thu, 7 Jan 2021 14:47:35 +0000 (23:47 +0900)
committerSeungha Yang <seungha@centricular.com>
Thu, 7 Jan 2021 14:47:35 +0000 (23:47 +0900)
commitad3fb007e19e334930389b1a1f8b498159821c9e
tree11a9ed619d9d36b63b6c20a3b2f41d0df753a010
parent3e2e07bb8a8832fb666f39b8b6aefc9ddf46404a
meson: va: Skip configuration on non-linux environment

VA plugin is linux-only plugin, so we can skip it earlier.
Note that this plugin is making use of libdrm meson fallback,
which is unusable on the other platforms such as Windows

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1946>
sys/va/meson.build
tests/examples/va/meson.build