[vlc-devel] commit: demux/avformat: add Modules.am (otherwise bootstrap is b0rken). ( Pavlov Konstantin )

git version control git at videolan.org
Mon Jun 9 14:25:44 CEST 2008


vlc | branch: master | Pavlov Konstantin <thresh at altlinux.ru> | Mon Jun  9 16:22:19 2008 +0400| [2759cb40cd3e22536b2b64e9a22fb9026ee377ff]

demux/avformat: add Modules.am (otherwise bootstrap is b0rken).
thanks Vladimir Belousov for noticing.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2759cb40cd3e22536b2b64e9a22fb9026ee377ff
---

 modules/demux/avformat/Modules.am |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

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




More information about the vlc-devel mailing list