Rename GstDeviceMonitor to GstDeviceProvider
[platform/upstream/gst-plugins-good.git] / sys / v4l2 / Makefile.am
1 plugin_LTLIBRARIES = libgstvideo4linux2.la
2
3 include $(top_srcdir)/common/gst-glib-gen.mak
4
5 libgstvideo4linux2_la_SOURCES = gstv4l2.c \
6                                 gstv4l2allocator.c \
7                                 gstv4l2colorbalance.c \
8                                 gstv4l2deviceprovider.c \
9                                 gstv4l2object.c \
10                                 gstv4l2bufferpool.c \
11                                 gstv4l2sink.c \
12                                 gstv4l2src.c \
13                                 gstv4l2radio.c \
14                                 gstv4l2tuner.c \
15                                 gstv4l2transform.c \
16                                 gstv4l2videodec.c \
17                                 gstv4l2vidorient.c \
18                                 v4l2_calls.c \
19                                 v4l2-utils.c \
20                                 tuner.c \
21                                 tunerchannel.c \
22                                 tunernorm.c
23
24 libgstvideo4linux2_la_CFLAGS =   $(GST_PLUGINS_BASE_CFLAGS) \
25                                  $(GST_BASE_CFLAGS) \
26                                  $(GST_CFLAGS) \
27                                  $(X_CFLAGS) \
28                                  $(LIBV4L2_CFLAGS) \
29                                  $(GUDEV_CFLAGS)
30
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) \
36                                  $(GST_BASE_LIBS) \
37                                  $(GST_LIBS) \
38                                  $(LIBV4L2_LIBS) \
39                                  $(GUDEV_LIBS) \
40                                  $(LIBRT)
41
42 noinst_HEADERS = \
43         ext/types-compat.h \
44         ext/v4l2-common.h \
45         ext/v4l2-controls.h \
46         ext/videodev2.h \
47         gstv4l2allocator.h \
48         gstv4l2bufferpool.h \
49         gstv4l2colorbalance.h \
50         gstv4l2deviceprovider.h \
51         gstv4l2object.h \
52         gstv4l2sink.h \
53         gstv4l2src.h \
54         gstv4l2radio.h \
55         gstv4l2tuner.h \
56         gstv4l2transform.h \
57         gstv4l2videodec.h \
58         gstv4l2vidorient.h \
59         v4l2_calls.h \
60         v4l2-utils.h \
61         tuner.h \
62         tunerchannel.h \
63         tunernorm.h
64