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:
Gwenole Beauchesne 2013-01-11 13:34:45 +01:00
parent 20a3709de3
commit d4a8e39656
3 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,7 @@ local_codecparsers_srcdir = \
libgstvaapi_codecparsers_cflags = \
-DGST_USE_UNSTABLE_API \
-I$(top_srcdir)/gst-libs \
-I$(top_builddir)/gst-libs \
$(GST_BASE_CFLAGS) \
$(GST_CFLAGS) \
$(NULL)

View file

@ -8,6 +8,7 @@ local_videoutils_srcdir = \
libgstvaapi_videoutils_cflags = \
-DGST_USE_UNSTABLE_API \
-I$(top_srcdir)/gst-libs \
-I$(top_builddir)/gst-libs \
$(GST_BASE_CFLAGS) \
$(GST_CFLAGS) \
$(NULL)

View file

@ -15,6 +15,7 @@ endif
TEST_CFLAGS = \
-DGST_USE_UNSTABLE_API \
-I$(top_srcdir)/gst-libs \
-I$(top_builddir)/gst-libs \
$(LIBVA_CFLAGS) \
$(GST_CFLAGS) \
$(NULL)