1 plugin_LTLIBRARIES = libgstvideo4linux2.la
3 include $(top_srcdir)/common/gst-glib-gen.mak
5 libgstvideo4linux2_la_SOURCES = gstv4l2.c \
7 gstv4l2colorbalance.c \
8 gstv4l2deviceprovider.c \
24 libgstvideo4linux2_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
31 libgstvideo4linux2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
32 libgstvideo4linux2_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
33 libgstvideo4linux2_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
34 -lgstallocators-$(GST_API_VERSION) \
35 -lgstvideo-$(GST_API_VERSION) \
49 gstv4l2colorbalance.h \
50 gstv4l2deviceprovider.h \