]> git.sesse.net Git - vlc/commitdiff
Forgotten file: Grmbl at my stoopidity.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 18 Sep 2008 19:28:57 +0000 (12:28 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 18 Sep 2008 19:29:44 +0000 (12:29 -0700)
modules/demux/mkv/Modules.am [new file with mode: 0644]

diff --git a/modules/demux/mkv/Modules.am b/modules/demux/mkv/Modules.am
new file mode 100644 (file)
index 0000000..c0b25fc
--- /dev/null
@@ -0,0 +1,11 @@
+SOURCES_mkv = mkv.hpp mkv.cpp \
+              util.hpp util.cpp \
+              virtual_segment.hpp virtual_segment.cpp \
+              matroska_segment.hpp matroska_segment.cpp matroska_segment_parse.cpp \
+              demux.hpp demux.cpp \
+              Ebml_parser.hpp Ebml_parser.cpp \
+              chapters.hpp chapters.cpp \
+              chapter_command.hpp chapter_command.cpp \
+              stream_io_callback.hpp stream_io_callback.cpp \
+            ../mp4/libmp4.c ../mp4/drms.c
+