Merge branch 'plugin-move-rtp-h265'
[platform/upstream/gst-plugins-good.git] / gst / matroska / Makefile.am
1 plugin_LTLIBRARIES = libgstmatroska.la
2
3 libgstmatroska_la_SOURCES = \
4         ebml-read.c \
5         ebml-write.c \
6         matroska.c \
7         matroska-demux.c \
8         matroska-parse.c \
9         matroska-ids.c \
10         matroska-mux.c \
11         matroska-read-common.c \
12         webm-mux.c \
13         lzo.c
14
15 noinst_HEADERS = \
16         ebml-ids.h \
17         ebml-read.h \
18         ebml-write.h \
19         matroska-demux.h \
20         matroska-parse.h \
21         matroska-ids.h \
22         matroska-mux.h \
23         matroska-read-common.h \
24         webm-mux.h \
25         lzo.h
26
27 libgstmatroska_la_CFLAGS = \
28         $(GST_PLUGINS_BASE_CFLAGS) \
29         $(GST_BASE_CFLAGS) \
30         $(GST_CFLAGS)
31 libgstmatroska_la_LIBADD = \
32         $(GST_PLUGINS_BASE_LIBS) \
33         -lgstriff-@GST_API_VERSION@ \
34         -lgstaudio-@GST_API_VERSION@ \
35         -lgstvideo-@GST_API_VERSION@ \
36         -lgsttag-@GST_API_VERSION@ \
37         -lgstpbutils-@GST_API_VERSION@ \
38         $(GST_BASE_LIBS) \
39         $(GST_LIBS) \
40         $(ZLIB_LIBS) \
41         $(BZ2_LIBS) \
42         $(LIBM)
43 libgstmatroska_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
44 libgstmatroska_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)