mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
build: meson: declare headers for libgstvaapi
Thus handling its recompilation if needed.
This commit is contained in:
parent
f68f45f687
commit
5171a3d5b1
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ if USE_X11
|
|||
endif
|
||||
|
||||
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)],
|
||||
include_directories: [configinc, libsinc],
|
||||
dependencies : gstlibvaapi_deps,
|
||||
|
|
Loading…
Reference in a new issue