mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
libs: fix build of submodule wrappers.
Make sure to build codecparsers/ and videoutils/ sources against the newly generated headers when out-of-source builds are used.
This commit is contained in:
parent
20a3709de3
commit
d4a8e39656
3 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@ local_codecparsers_srcdir = \
|
||||||
libgstvaapi_codecparsers_cflags = \
|
libgstvaapi_codecparsers_cflags = \
|
||||||
-DGST_USE_UNSTABLE_API \
|
-DGST_USE_UNSTABLE_API \
|
||||||
-I$(top_srcdir)/gst-libs \
|
-I$(top_srcdir)/gst-libs \
|
||||||
|
-I$(top_builddir)/gst-libs \
|
||||||
$(GST_BASE_CFLAGS) \
|
$(GST_BASE_CFLAGS) \
|
||||||
$(GST_CFLAGS) \
|
$(GST_CFLAGS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
|
@ -8,6 +8,7 @@ local_videoutils_srcdir = \
|
||||||
libgstvaapi_videoutils_cflags = \
|
libgstvaapi_videoutils_cflags = \
|
||||||
-DGST_USE_UNSTABLE_API \
|
-DGST_USE_UNSTABLE_API \
|
||||||
-I$(top_srcdir)/gst-libs \
|
-I$(top_srcdir)/gst-libs \
|
||||||
|
-I$(top_builddir)/gst-libs \
|
||||||
$(GST_BASE_CFLAGS) \
|
$(GST_BASE_CFLAGS) \
|
||||||
$(GST_CFLAGS) \
|
$(GST_CFLAGS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
|
@ -15,6 +15,7 @@ endif
|
||||||
TEST_CFLAGS = \
|
TEST_CFLAGS = \
|
||||||
-DGST_USE_UNSTABLE_API \
|
-DGST_USE_UNSTABLE_API \
|
||||||
-I$(top_srcdir)/gst-libs \
|
-I$(top_srcdir)/gst-libs \
|
||||||
|
-I$(top_builddir)/gst-libs \
|
||||||
$(LIBVA_CFLAGS) \
|
$(LIBVA_CFLAGS) \
|
||||||
$(GST_CFLAGS) \
|
$(GST_CFLAGS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
Loading…
Reference in a new issue