1 plugin_LTLIBRARIES = libgstvideo4linux2.la
3 include $(top_srcdir)/common/gst-glib-gen.mak
5 libgstvideo4linux2_la_SOURCES = gstv4l2.c \
6 gstv4l2colorbalance.c \
7 gstv4l2devicemonitor.c \
21 libgstvideo4linux2_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
28 libgstvideo4linux2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
29 libgstvideo4linux2_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
30 libgstvideo4linux2_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
31 -lgstallocators-$(GST_API_VERSION) \
32 -lgstvideo-$(GST_API_VERSION) \
41 gstv4l2colorbalance.h \
42 gstv4l2devicemonitor.h \