summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2013-07-11 12:34:03 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2013-07-11 12:35:13 +0200
commitec673f02faa1b7fb43596d7a316e322d0844b4c3 (patch)
tree46bb9068560a5994dcbd14cedf4f72eb2d5374b8
parent8e59c9125bc0b1fd2701da8a651a7046806bb8eb (diff)
downloadmpv-build-ec673f02faa1b7fb43596d7a316e322d0844b4c3.tar.bz2
mpv-build-ec673f02faa1b7fb43596d7a316e322d0844b4c3.tar.xz
force-head: add fribidi
-rw-r--r--force-head7
1 files changed, 4 insertions, 3 deletions
diff --git a/force-head b/force-head
index fa59004..4608ea2 100644
--- a/force-head
+++ b/force-head
@@ -5,7 +5,8 @@ update_master() {
}
update_master
-( cd libass && update_master ; )
-( cd ffmpeg && update_master ; )
-( cd mpv && update_master ; )
+( cd fribidi && update_master ; )
+( cd libass && update_master ; )
+( cd ffmpeg && update_master ; )
+( cd mpv && update_master ; )