summaryrefslogtreecommitdiff
path: root/gst-libs/gst/meson.build
diff options
context:
space:
mode:
authorHe Junyan <junyan.he@intel.com>2021-05-06 18:23:23 +0800
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2021-05-18 12:15:30 +0200
commite0915ce982d20460f6ab1ea3cb347b7fd0539d74 (patch)
tree0568fb520346aed2a8a6ebafb498ec1682a0bc4f /gst-libs/gst/meson.build
parent19b8d79e7db08ee8721eae073ce4d68f462b85f4 (diff)
downloadgstreamer-plugins-bad-e0915ce982d20460f6ab1ea3cb347b7fd0539d74.tar.gz
libs: va: Move the VA common logic as a lib.
The VA acceleration now has more usages in linux-like platforms, such as the MSDK. The different plugins based on the VA acceleration need to share some common logic and types. We now move the display related functions and types into a common va lib. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2196>
Diffstat (limited to 'gst-libs/gst/meson.build')
-rw-r--r--gst-libs/gst/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/meson.build b/gst-libs/gst/meson.build
index 809ab4ac0..a2862a3d8 100644
--- a/gst-libs/gst/meson.build
+++ b/gst-libs/gst/meson.build
@@ -18,3 +18,4 @@ subdir('transcoder')
subdir('vulkan')
subdir('wayland')
subdir('webrtc')
+subdir('va')