mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
6ea149569f
Original commit message from CVS: Forgot to commit Makefile.am - these remove the marshallers and add interface implementation files
22 lines
692 B
Makefile
22 lines
692 B
Makefile
plugin_LTLIBRARIES = \
|
|
libgstvideo4linux2.la
|
|
|
|
libgstvideo4linux2_la_SOURCES = \
|
|
gstv4l2element.c v4l2_calls.c \
|
|
v4l2-overlay_calls.c \
|
|
gstv4l2src.c v4l2src_calls.c \
|
|
gstv4l2.c \
|
|
gstv4l2tuner.c \
|
|
gstv4l2xoverlay.c \
|
|
gstv4l2colorbalance.c
|
|
libgstvideo4linux2_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstvideo4linux2_la_LIBADD = \
|
|
$(top_srcdir)/gst-libs/gst/xoverlay/libgstxoverlay.la \
|
|
$(top_srcdir)/gst-libs/gst/colorbalance/libgstcolorbalance.la \
|
|
$(top_srcdir)/gst-libs/gst/tuner/libgsttuner.la
|
|
libgstvideo4linux2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstv4l2element.h v4l2_calls.h \
|
|
gstv4l2src.h v4l2src_calls.h \
|
|
gstv4l2tuner.h gstv4l2xoverlay.h \
|
|
gstv4l2colorbalance.h
|