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