summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/meson.build
diff options
context:
space:
mode:
authorU. Artie Eoff <ullysses.a.eoff@intel.com>2019-11-14 12:02:19 -0800
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-01-06 19:56:10 +0000
commitb76c0a0caf46f69f14316f7cfbad326e4a36cebe (patch)
treef5785c516fa9a94364e3ba7b62f579f57c462a22 /gst-libs/gst/vaapi/meson.build
parent894c1da6c770cf3542f90e10da7a105cd5f7faa9 (diff)
libs: add a vaapi blend class
Support for the VA-API VPP blend functions.
Diffstat (limited to 'gst-libs/gst/vaapi/meson.build')
-rw-r--r--gst-libs/gst/vaapi/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/vaapi/meson.build b/gst-libs/gst/vaapi/meson.build
index 68b60eb8..83f4a1d5 100644
--- a/gst-libs/gst/vaapi/meson.build
+++ b/gst-libs/gst/vaapi/meson.build
@@ -1,4 +1,5 @@
gstlibvaapi_sources = [
+ 'gstvaapiblend.c',
'gstvaapibufferproxy.c',
'gstvaapicodec_objects.c',
'gstvaapicontext.c',
@@ -44,6 +45,7 @@ gstlibvaapi_sources = [
]
gstlibvaapi_headers = [
+ 'gstvaapiblend.h',
'gstvaapibufferproxy.h',
'gstvaapidecoder.h',
'gstvaapidecoder_h264.h',