]> git.sesse.net Git - vlc/commitdiff
demux/avformat: add Modules.am (otherwise bootstrap is b0rken).
authorPavlov Konstantin <thresh@altlinux.ru>
Mon, 9 Jun 2008 12:22:19 +0000 (16:22 +0400)
committerPavlov Konstantin <thresh@altlinux.ru>
Mon, 9 Jun 2008 12:22:19 +0000 (16:22 +0400)
thanks Vladimir Belousov for noticing.

modules/demux/avformat/Modules.am [new file with mode: 0644]

diff --git a/modules/demux/avformat/Modules.am b/modules/demux/avformat/Modules.am
new file mode 100644 (file)
index 0000000..bb286ca
--- /dev/null
@@ -0,0 +1,7 @@
+SOURCES_avformat = \
+    avformat.c \
+    avformat.h \
+    demux.c \
+    mux.c \
+    $(NULL)
+