summaryrefslogtreecommitdiffstats
path: root/gst/matroska/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-10-18 18:12:31 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-10-18 18:12:31 +0000
commit66413b5f00cdac64f6b7de66e085e2523b5a36c0 (patch)
tree222fdecdaed3741145cc4fad1fcab30dd87a5841 /gst/matroska/Makefile.am
parent2b6838d77c8fa4efbd24f8545449667c7aae65bd (diff)
gst/matroska/: Ported matroska demuxer to 0.9.
Original commit message from CVS: * gst/matroska/Makefile.am: * gst/matroska/ebml-read.c: * gst/matroska/ebml-read.h: * gst/matroska/matroska-demux.c: * gst/matroska/matroska-demux.h: * gst/matroska/matroska.c: (plugin_init): Ported matroska demuxer to 0.9.
Diffstat (limited to 'gst/matroska/Makefile.am')
-rw-r--r--gst/matroska/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/gst/matroska/Makefile.am b/gst/matroska/Makefile.am
index 1dd6e0c7..e4e58bb4 100644
--- a/gst/matroska/Makefile.am
+++ b/gst/matroska/Makefile.am
@@ -1,13 +1,12 @@
plugin_LTLIBRARIES = libgstmatroska.la
libgstmatroska_la_SOURCES = \
+ ebml-read.c \
ebml-write.c \
matroska.c \
+ matroska-demux.c \
matroska-mux.c
-# ebml-read.c
-# matroska-demux.c
-
noinst_HEADERS = \
ebml-ids.h \
ebml-read.h \