[vlc-commits] contribs: x264: Pin to a specific tarball

Hugo Beauzée-Luyssen git at videolan.org
Tue Dec 26 13:36:43 CET 2017


vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Dec 26 11:25:42 2017 +0100| [bfa39e5c6aa8c9752fe9e8d3592ebbf5f5c63fa6] | committer: Hugo Beauzée-Luyssen

contribs: x264: Pin to a specific tarball

(cherry picked from commit deaed0596160ad5f7b8b0f16aca564a59f3c5f1c)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

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

 contrib/src/x264/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/x264/rules.mak b/contrib/src/x264/rules.mak
index d4d711f83e..b050115cd4 100644
--- a/contrib/src/x264/rules.mak
+++ b/contrib/src/x264/rules.mak
@@ -1,7 +1,7 @@
 # x264
 
 X264_GITURL := git://git.videolan.org/x264.git
-X264_SNAPURL := http://download.videolan.org/pub/videolan/x264/snapshots/last_stable_x264.tar.bz2
+X264_SNAPURL := http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20171224-2245-stable.tar.bz2
 X262_GITURL := git://git.videolan.org/x262.git
 
 ifdef BUILD_ENCODERS



More information about the vlc-commits mailing list