gst/matroska/: Parse Attachments and post them as GST_TAG_IMAGE if we detect it as...
[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
11 noinst_HEADERS = \
12         ebml-ids.h \
13         ebml-read.h \
14         ebml-write.h \
15         matroska-demux.h \
16         matroska-ids.h \
17         matroska-mux.h
18
19 libgstmatroska_la_CFLAGS = \
20         $(GST_BASE_CFLAGS) \
21         $(GST_PLUGINS_BASE_CFLAGS) \
22         $(GST_CFLAGS) \
23         -I$(top_srcdir)/gst-libs
24 libgstmatroska_la_LIBADD = \
25         $(GST_BASE_LIBS) \
26         $(GST_PLUGINS_BASE_LIBS) \
27         $(GST_LIBS) \
28         -lgstriff-@GST_MAJORMINOR@ \
29         -lgsttag-@GST_MAJORMINOR@ \
30         $(ZLIB_LIBS) \
31         $(LIBM)
32 libgstmatroska_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)