hlsdemux: Enable support for external subtitles
[platform/upstream/gstreamer.git] / ext / closedcaption / Makefile.am
1 plugin_LTLIBRARIES = libgstclosedcaption.la
2
3 zvbi_sources = \
4         bit_slicer.c \
5         decoder.c \
6         io-sim.c \
7         raw_decoder.c \
8         sampling_par.c
9
10 zvbi_headers = \
11         bcd.h \
12         bit_slicer.h \
13         decoder.h \
14         hamm.h \
15         io-sim.h \
16         macros.h \
17         misc.h \
18         raw_decoder.h \
19         sampling_par.h \
20         sliced.h
21
22 libgstclosedcaption_la_SOURCES = \
23         $(zvbi_sources) \
24         $(zvbi_headers) \
25         gstcccombiner.c \
26         gstccextractor.c \
27         gstccconverter.c \
28         gstcea708decoder.c \
29         gstceaccoverlay.c \
30         gstline21dec.c \
31         gstline21enc.c \
32         gstclosedcaption.c
33
34 libgstclosedcaption_la_CFLAGS = \
35         $(GST_PLUGINS_BASE_CFLAGS) \
36         $(GST_BASE_CFLAGS) \
37         $(GST_CFLAGS) \
38         $(PANGO_CFLAGS)
39
40 libgstclosedcaption_la_LIBADD = \
41         $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ \
42         $(GST_BASE_LIBS) \
43         $(GST_LIBS) \
44         $(PANGO_LIBS) \
45         $(LIBM)
46
47 libgstclosedcaption_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
48
49 noinst_HEADERS = \
50         gstccextractor.h \
51         gstcccombiner.h \
52         gstccconverter.h \
53         gstcea708decoder.h \
54         gstceaccoverlay.h \
55         gstline21dec.h \
56         gstline21enc.h \
57         $(zvbi_headers)