build: meson: declare headers for libgstvaapi

Thus handling its recompilation if needed.
This commit is contained in:
Víctor Manuel Jáquez Leal 2018-11-02 16:50:00 +01:00
parent f68f45f687
commit 5171a3d5b1

View file

@ -220,7 +220,7 @@ if USE_X11
endif endif
gstlibvaapi = static_library('gstlibvaapi-@0@'.format(api_version), gstlibvaapi = static_library('gstlibvaapi-@0@'.format(api_version),
gstlibvaapi_sources, gstlibvaapi_sources + gstlibvaapi_headers,
c_args : gstreamer_vaapi_args + [ '-DGST_USE_UNSTABLE_API', '-DGST_VAAPI_VERSION_ID="@0@"'.format(gst_version)], c_args : gstreamer_vaapi_args + [ '-DGST_USE_UNSTABLE_API', '-DGST_VAAPI_VERSION_ID="@0@"'.format(gst_version)],
include_directories: [configinc, libsinc], include_directories: [configinc, libsinc],
dependencies : gstlibvaapi_deps, dependencies : gstlibvaapi_deps,