v4l2deviceprovider: Don't do slow probes
[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                                 gstv4l2videoenc.c \
18                                 gstv4l2h263enc.c \
19                                 gstv4l2h264enc.c \
20                                 gstv4l2mpeg4enc.c \
21                                 gstv4l2vidorient.c \
22                                 gstv4l2vp8enc.c \
23                                 gstv4l2vp9enc.c \
24                                 v4l2_calls.c \
25                                 v4l2-utils.c \
26                                 tuner.c \
27                                 tunerchannel.c \
28                                 tunernorm.c
29
30 libgstvideo4linux2_la_CFLAGS =   $(GST_PLUGINS_BASE_CFLAGS) \
31                                  $(GST_BASE_CFLAGS) \
32                                  $(GST_CFLAGS) \
33                                  $(X_CFLAGS) \
34                                  $(LIBV4L2_CFLAGS) \
35                                  $(GUDEV_CFLAGS)
36
37 libgstvideo4linux2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
38 libgstvideo4linux2_la_LIBADD =   $(GST_PLUGINS_BASE_LIBS) \
39                                  -lgstallocators-$(GST_API_VERSION) \
40                                  -lgstvideo-$(GST_API_VERSION) \
41                                  $(GST_BASE_LIBS) \
42                                  $(GST_LIBS) \
43                                  $(LIBV4L2_LIBS) \
44                                  $(GUDEV_LIBS) \
45                                  $(LIBRT)
46
47 noinst_HEADERS = \
48         ext/types-compat.h \
49         ext/v4l2-common.h \
50         ext/v4l2-controls.h \
51         ext/videodev2.h \
52         gstv4l2allocator.h \
53         gstv4l2bufferpool.h \
54         gstv4l2colorbalance.h \
55         gstv4l2deviceprovider.h \
56         gstv4l2object.h \
57         gstv4l2sink.h \
58         gstv4l2src.h \
59         gstv4l2radio.h \
60         gstv4l2tuner.h \
61         gstv4l2transform.h \
62         gstv4l2videodec.h \
63         gstv4l2videoenc.h \
64         gstv4l2h263enc.h \
65         gstv4l2h264enc.h \
66         gstv4l2mpeg4enc.h \
67         gstv4l2vidorient.h \
68         gstv4l2vp8enc.h \
69         gstv4l2vp9enc.h \
70         v4l2-utils.h \
71         tuner.h \
72         tunerchannel.h \
73         tunernorm.h
74