mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +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
|
@ -3,7 +3,9 @@ plugin_LTLIBRARIES = libgstvaapi.la
|
||||||
libgstvaapi_CFLAGS = \
|
libgstvaapi_CFLAGS = \
|
||||||
$(LIBVA_CFLAGS) \
|
$(LIBVA_CFLAGS) \
|
||||||
-DGST_USE_UNSTABLE_API \
|
-DGST_USE_UNSTABLE_API \
|
||||||
-I$(top_srcdir)/gst-libs
|
-I$(top_srcdir)/gst-libs \
|
||||||
|
-I$(top_builddir)/gst-libs \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
if USE_VAAPI_GLX
|
if USE_VAAPI_GLX
|
||||||
libgstvaapi_LIBS = \
|
libgstvaapi_LIBS = \
|
||||||
|
|
Loading…
Reference in a new issue