matroskamux: no need to set cache twice
[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-ids.c \
9         matroska-mux.c \
10         webm-mux.c \
11         lzo.c
12
13 noinst_HEADERS = \
14         ebml-ids.h \
15         ebml-read.h \
16         ebml-write.h \
17         matroska-demux.h \
18         matroska-ids.h \
19         matroska-mux.h \
20         webm-mux.h \
21         lzo.h
22
23 libgstmatroska_la_CFLAGS = \
24         $(GST_PLUGINS_BASE_CFLAGS) \
25         $(GST_BASE_CFLAGS) \
26         $(GST_CFLAGS)
27 libgstmatroska_la_LIBADD = \
28         $(GST_PLUGINS_BASE_LIBS) \
29         -lgstriff-@GST_MAJORMINOR@ \
30         -lgstaudio-@GST_MAJORMINOR@ \
31         -lgsttag-@GST_MAJORMINOR@ \
32         $(GST_BASE_LIBS) \
33         $(GST_LIBS) \
34         $(ZLIB_LIBS) \
35         $(BZ2_LIBS) \
36         $(LIBM)
37 libgstmatroska_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
38 libgstmatroska_la_LIBTOOLFLAGS = --tag=disable-static