Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
[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         matroska.c \
6         matroska-demux.c
7
8 noinst_HEADERS = \
9         ebml-ids.h \
10         ebml-read.h \
11         matroska-demux.h \
12         matroska-ids.h
13
14 libgstmatroska_la_CFLAGS = $(GST_CFLAGS)
15 libgstmatroska_la_LIBADD =
16 libgstmatroska_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)