summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-12 10:41:41 +0200
committerwm4 <wm4@nowhere>2012-10-13 10:37:32 +0200
commitb7b804926a5154be424a1cba983ace626abb2198 (patch)
tree339fd60b53ef380cd5b14d7ffadb440d1d60ef21 /.gitmodules
downloadmpv-build-b7b804926a5154be424a1cba983ace626abb2198.tar.bz2
mpv-build-b7b804926a5154be424a1cba983ace626abb2198.tar.xz
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
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 9 insertions, 0 deletions
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