v4l2: ensure autogenerated files are created

The tuner marshal and enumtypes are autogenerated, and they need
to be created before the compilation of gstv4l2tuner.c

This patch adds the automake instruction for ensuring the
autogeneration of those files previous the compilation.
This commit is contained in:
Víctor Manuel Jáquez Leal 2012-04-13 16:27:34 +02:00 committed by Sebastian Dröge
parent 687158b532
commit 8c5d8b52ea

View file

@ -27,6 +27,8 @@ EXTRA_DIST = tuner-marshal.list
CLEANFILES = $(built_sources) $(built_headers)
BUILT_SOURCES = $(built_sources) $(built_headers)
include $(top_srcdir)/common/gst-glib-gen.mak
libgstvideo4linux2_la_SOURCES = gstv4l2.c \