mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Forgot to commit Makefile.am - these remove the marshallers and add interface implementation files
Original commit message from CVS: Forgot to commit Makefile.am - these remove the marshallers and add interface implementation files
This commit is contained in:
parent
ec8a0d492f
commit
37fbcb81e8
2 changed files with 11 additions and 38 deletions
|
@ -1,52 +1,26 @@
|
|||
|
||||
plugin_LTLIBRARIES = libgstvideo4linux.la
|
||||
|
||||
libgstvideo4linux_la_SOURCES = \
|
||||
gstv4lelement.c v4l_calls.c \
|
||||
v4l-overlay_calls.c \
|
||||
gstv4lelement-marshal.c \
|
||||
gstv4lsrc.c v4lsrc_calls.c \
|
||||
gstv4lmjpegsrc.c v4lmjpegsrc_calls.c \
|
||||
gstv4lmjpegsink.c v4lmjpegsink_calls.c \
|
||||
gstv4l.c
|
||||
gstv4l.c \
|
||||
gstv4ltuner.c \
|
||||
gstv4lxoverlay.c \
|
||||
gstv4lcolorbalance.c
|
||||
libgstvideo4linux_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstvideo4linux_la_LIBADD =
|
||||
libgstvideo4linux_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/gst/xoverlay/libgstxoverlay.la \
|
||||
$(top_builddir)/gst-libs/gst/colorbalance/libgstcolorbalance.la \
|
||||
$(top_builddir)/gst-libs/gst/tuner/libgsttuner.la
|
||||
libgstvideo4linux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstv4lelement.h v4l_calls.h \
|
||||
gstv4lsrc.h v4lsrc_calls.h \
|
||||
gstv4lmjpegsrc.h v4lmjpegsrc_calls.h \
|
||||
gstv4lmjpegsink.h v4lmjpegsink_calls.h \
|
||||
videodev_mjpeg.h gstv4lelement-marshal.h \
|
||||
gstv4lcolorbalance.h gstv4ltuner.h \
|
||||
gstv4lxoverlay.h
|
||||
|
||||
EXTRA_libgstvideo4linux_la_SOURCES = \
|
||||
gstv4lelement-marshal.list
|
||||
|
||||
BUILT_SOURCES = \
|
||||
gstv4lelement-marshal.c \
|
||||
gstv4lelement-marshal.h
|
||||
|
||||
gstv4lelement-marshal.h: gstv4lelement-marshal.list
|
||||
glib-genmarshal --header --prefix=gstv4l_cclosure_marshal $(srcdir)/gstv4lelement-marshal.list > gstv4lelement-marshal.h.tmp
|
||||
mv gstv4lelement-marshal.h.tmp gstv4lelement-marshal.h
|
||||
|
||||
gstv4lelement-marshal.c: gstv4lelement-marshal.list
|
||||
echo "#include \"glib.h\"" > gstv4lelement-marshal.c.tmp
|
||||
echo "#include \"glib-object.h\"" >> gstv4lelement-marshal.c.tmp
|
||||
echo "#include \"gstv4lelement-marshal.h\"" >> gstv4lelement-marshal.c.tmp
|
||||
glib-genmarshal --body --prefix=gstv4l_cclosure_marshal $(srcdir)/gstv4lelement-marshal.list >> gstv4lelement-marshal.c.tmp
|
||||
mv gstv4lelement-marshal.c.tmp gstv4lelement-marshal.c
|
||||
|
||||
# Don't want the generated marshal files in the dist
|
||||
dist-hook:
|
||||
rm -f $(distdir)/gstv4lelement-marshal.c
|
||||
rm -f $(distdir)/gstv4lelement-marshal.h
|
||||
|
||||
# Clean generated files
|
||||
distclean-local:
|
||||
rm -f $(top_builddir)/src/element/gstv4lelement-marshal.c
|
||||
rm -f $(top_builddir)/src/element/gstv4lelement-marshal.h
|
||||
|
||||
|
||||
videodev_mjpeg.h \
|
||||
gstv4ltuner.h gstv4lxoverlay.h \
|
||||
gstv4lcolorbalance.h
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
VOID:INT,INT
|
Loading…
Reference in a new issue