From b7b804926a5154be424a1cba983ace626abb2198 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 12 Oct 2012 10:41:41 +0200 Subject: Initial commit This is based on mplayer-git [1], except that it doesn't need Python. Some features, such as specifying custom options, are not available, but these should be considered out of the scope of the basic build wrapper. [1] http://repo.or.cz/w/mplayer-build.git --- .gitmodules | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5b3679a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "mpv"] + path = mpv + url = https://github.com/mpv-player/mpv.git +[submodule "ffmpeg"] + path = ffmpeg + url = git://git.videolan.org/ffmpeg.git +[submodule "libass"] + path = libass + url = git://repo.or.cz/libass.git -- cgit v1.2.3