mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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:
parent
687158b532
commit
8c5d8b52ea
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ EXTRA_DIST = tuner-marshal.list
|
||||||
|
|
||||||
CLEANFILES = $(built_sources) $(built_headers)
|
CLEANFILES = $(built_sources) $(built_headers)
|
||||||
|
|
||||||
|
BUILT_SOURCES = $(built_sources) $(built_headers)
|
||||||
|
|
||||||
include $(top_srcdir)/common/gst-glib-gen.mak
|
include $(top_srcdir)/common/gst-glib-gen.mak
|
||||||
|
|
||||||
libgstvideo4linux2_la_SOURCES = gstv4l2.c \
|
libgstvideo4linux2_la_SOURCES = gstv4l2.c \
|
||||||
|
|
Loading…
Reference in a new issue