mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
vaapiplugin: include local build dir to CFLAGS for generated files.
This commit is contained in:
parent
5f85b67b18
commit
0df67b5e89
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
|||
plugin_LTLIBRARIES = libgstvaapi.la
|
||||
|
||||
libgstvaapi_CFLAGS = \
|
||||
$(LIBVA_CFLAGS) \
|
||||
-DGST_USE_UNSTABLE_API \
|
||||
-I$(top_srcdir)/gst-libs
|
||||
$(LIBVA_CFLAGS) \
|
||||
-DGST_USE_UNSTABLE_API \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
$(NULL)
|
||||
|
||||
if USE_VAAPI_GLX
|
||||
libgstvaapi_LIBS = \
|
||||
|
|
Loading…
Reference in a new issue