projects
/
platform
/
upstream
/
gst-plugins-good.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Riff, EBML, fourcc etc. work. Not fully finished, but better than what we used to...
[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-mux.c
9
10
noinst_HEADERS = \
11
ebml-ids.h \
12
ebml-read.h \
13
ebml-write.h \
14
matroska-demux.h \
15
matroska-ids.h \
16
matroska-mux.h
17
18
libgstmatroska_la_CFLAGS = $(GST_CFLAGS)
19
libgstmatroska_la_LIBADD =
20
libgstmatroska_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)