summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2017-12-04 22:14:45 +0200
committerKevin Mitchell <kevmitch@gmail.com>2017-12-05 23:53:19 -0800
commit04d7bd6a19011c23939f8fec1a1839dd0a1d119f (patch)
tree045dc927dd2f9e86d7b3228059ce5220c3acc2da /README.rst
parentdb21368c91ce789acab5fa0edd21c2c30525dbf3 (diff)
downloadmpv-build-04d7bd6a19011c23939f8fec1a1839dd0a1d119f.tar.bz2
mpv-build-04d7bd6a19011c23939f8fec1a1839dd0a1d119f.tar.xz
add use-<proj>-custom FOO for any commit/branch/tag
While it was possible before to build any branch of mpv/ffmpeg/etc by just git checkout $whatever and then ./build, it got reset after ./rebuild or ./update etc. Add use-mpv-custom and use-ffmpeg-custom which accept any commit/branch/tag which will survive ./rebuild, ./update, etc. This should make it slightly easier to build past versions of mpv. While at it, also add use-libass-{master|custom}
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 8a70fc0..d1aa4e7 100644
--- a/README.rst
+++ b/README.rst
@@ -181,8 +181,13 @@ And run ``./rebuild`` or similar. Use this to switch back to git master:
./use-mpv-master
-Likewise, you can use ``./use-ffmpeg-master`` and ``./use-ffmpeg-release`` to
-switch between git master and the latest FFmpeg release.
+Or this to switch to a custom tag/branch/commit FOO:
+
+ ./use-mpv-custom FOO
+
+Likewise, you can use ``./use-ffmpeg-master``, ``./use-ffmpeg-release`` or
+``./use-ffmpeg-custom BAR`` to switch between git master, the latest FFmpeg
+release, or to a custom tag/branch/commit BAR.
Use on your own risk.