mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 21:51:09 +00:00
37fbcb81e8
Original commit message from CVS: Forgot to commit Makefile.am - these remove the marshallers and add interface implementation files
26 lines
861 B
Makefile
26 lines
861 B
Makefile
plugin_LTLIBRARIES = libgstvideo4linux.la
|
|
|
|
libgstvideo4linux_la_SOURCES = \
|
|
gstv4lelement.c v4l_calls.c \
|
|
v4l-overlay_calls.c \
|
|
gstv4lsrc.c v4lsrc_calls.c \
|
|
gstv4lmjpegsrc.c v4lmjpegsrc_calls.c \
|
|
gstv4lmjpegsink.c v4lmjpegsink_calls.c \
|
|
gstv4l.c \
|
|
gstv4ltuner.c \
|
|
gstv4lxoverlay.c \
|
|
gstv4lcolorbalance.c
|
|
libgstvideo4linux_la_CFLAGS = $(GST_CFLAGS)
|
|
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 \
|
|
gstv4ltuner.h gstv4lxoverlay.h \
|
|
gstv4lcolorbalance.h
|