From e5f791e207ebce8f65576162ca8eef9812e8de2c Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Thu, 17 Dec 2015 15:57:45 +0100 Subject: [PATCH] prepare.py: update gas-preprocessor url to FFMPEG --- prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare.py b/prepare.py index b243c12c9..74361cc85 100755 --- a/prepare.py +++ b/prepare.py @@ -236,7 +236,7 @@ def check_tools(): # needed by x264 if not find_executable("gas-preprocessor.pl"): error("""Could not find gas-preprocessor.pl, please install it: - wget --no-check-certificate https://raw.github.com/yuvi/gas-preprocessor/master/gas-preprocessor.pl && \\ + wget --no-check-certificate https://raw.githubusercontent.com/FFmpeg/gas-preprocessor/master/gas-preprocessor.pl && \\ chmod +x gas-preprocessor.pl && \\ sudo mv gas-preprocessor.pl {}""".format(package_manager_info[detect_package_manager() + "-binary-path"])) reterr = 1