From d8c6c6a19201a5fce36487bbe122e5a4c29b2421 Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Sun, 14 Feb 2021 23:09:24 +0000 Subject: [PATCH] update gas-preprocessor repository --- README.md | 1 - scripts/function-ios.sh | 2 +- scripts/function-macos.sh | 2 +- scripts/function-tvos.sh | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de01ad8..af59ebc 100644 --- a/README.md +++ b/README.md @@ -580,7 +580,6 @@ the `development`. ### 11. See Also -- [libav gas-preprocessor](https://github.com/libav/gas-preprocessor/raw/master/gas-preprocessor.pl) - [FFmpeg API Documentation](https://ffmpeg.org/doxygen/4.0/index.html) - [FFmpeg Wiki](https://trac.ffmpeg.org/wiki/WikiStart) - [FFmpeg External Library Licenses](https://www.ffmpeg.org/doxygen/4.0/md_LICENSE.html) diff --git a/scripts/function-ios.sh b/scripts/function-ios.sh index 69feb94..2fa6fb0 100755 --- a/scripts/function-ios.sh +++ b/scripts/function-ios.sh @@ -378,7 +378,7 @@ get_ldflags() { set_toolchain_paths() { if [ ! -f "${FFMPEG_KIT_TMPDIR}/gas-preprocessor.pl" ]; then - DOWNLOAD_RESULT=$(download "https://github.com/libav/gas-preprocessor/raw/master/gas-preprocessor.pl" "gas-preprocessor.pl" "exit") + DOWNLOAD_RESULT=$(download "https://github.com/tanersener/gas-preprocessor/raw/master/gas-preprocessor.pl" "gas-preprocessor.pl" "exit") if [[ ${DOWNLOAD_RESULT} -ne 0 ]]; then exit 1 fi diff --git a/scripts/function-macos.sh b/scripts/function-macos.sh index 77f40f5..d8b791b 100755 --- a/scripts/function-macos.sh +++ b/scripts/function-macos.sh @@ -299,7 +299,7 @@ get_ldflags() { set_toolchain_paths() { if [ ! -f "${FFMPEG_KIT_TMPDIR}/gas-preprocessor.pl" ]; then - DOWNLOAD_RESULT=$(download "https://github.com/libav/gas-preprocessor/raw/master/gas-preprocessor.pl" "gas-preprocessor.pl" "exit") + DOWNLOAD_RESULT=$(download "https://github.com/tanersener/gas-preprocessor/raw/master/gas-preprocessor.pl" "gas-preprocessor.pl" "exit") if [[ ${DOWNLOAD_RESULT} -ne 0 ]]; then exit 1 fi diff --git a/scripts/function-tvos.sh b/scripts/function-tvos.sh index 97ef004..092e91d 100755 --- a/scripts/function-tvos.sh +++ b/scripts/function-tvos.sh @@ -342,7 +342,7 @@ get_ldflags() { set_toolchain_paths() { if [ ! -f "${FFMPEG_KIT_TMPDIR}/gas-preprocessor.pl" ]; then - DOWNLOAD_RESULT=$(download "https://github.com/libav/gas-preprocessor/raw/master/gas-preprocessor.pl" "gas-preprocessor.pl" "exit") + DOWNLOAD_RESULT=$(download "https://github.com/tanersener/gas-preprocessor/raw/master/gas-preprocessor.pl" "gas-preprocessor.pl" "exit") if [[ ${DOWNLOAD_RESULT} -ne 0 ]]; then exit 1 fi