From c854497171d09d167ff0b9814608460e805c18fa Mon Sep 17 00:00:00 2001 From: q3aql Date: Tue, 28 Dec 2021 23:23:19 +0100 Subject: [PATCH] Cygwin scripts (Update URLs) --- ffmpeg-shared-build-cywin32.sh | 8 ++++---- ffmpeg-shared-build-cywin64.sh | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ffmpeg-shared-build-cywin32.sh b/ffmpeg-shared-build-cywin32.sh index 62b7539..0a616e0 100755 --- a/ffmpeg-shared-build-cywin32.sh +++ b/ffmpeg-shared-build-cywin32.sh @@ -59,8 +59,8 @@ if [ -f "/usr/bin/apt-cyg" ] ; then sleep 1 else cd /tmp - git clone "https://github.com/transcode-open/apt-cyg" - cd apt-cyg/ + git clone "https://github.com/q3aql/ffmpeg-builds" + cd ffmpeg-builds cp -rfv apt-cyg /usr/bin echo "* apt-cyg installed" fi @@ -70,8 +70,8 @@ if [ -f /usr/include/w32api/strsafe.h_fix ] ; then echo "* strsafe.h was fixed previously" else cd /tmp - git clone "https://github.com/q3aql/ffmpeg-static-builds" - cd ffmpeg-static-builds + git clone "https://github.com/q3aql/ffmpeg-builds" + cd ffmpeg-builds cp -rfv /usr/include/w32api/strsafe.h /usr/include/w32api/strsafe.h.bck cp -rfv cygwin_fix_strsafe.h /usr/include/w32api/strsafe.h cp -rfv cygwin_fix_strsafe.h /usr/include/w32api/strsafe.h_fix diff --git a/ffmpeg-shared-build-cywin64.sh b/ffmpeg-shared-build-cywin64.sh index 8f6a990..9b4ded7 100755 --- a/ffmpeg-shared-build-cywin64.sh +++ b/ffmpeg-shared-build-cywin64.sh @@ -59,8 +59,8 @@ if [ -f "/usr/bin/apt-cyg" ] ; then sleep 1 else cd /tmp - git clone "https://github.com/transcode-open/apt-cyg" - cd apt-cyg/ + git clone "https://github.com/q3aql/ffmpeg-builds" + cd ffmpeg-builds cp -rfv apt-cyg /usr/bin echo "* apt-cyg installed" fi @@ -70,8 +70,8 @@ if [ -f /usr/include/w32api/strsafe.h_fix ] ; then echo "* strsafe.h was fixed previously" else cd /tmp - git clone "https://github.com/q3aql/ffmpeg-static-builds" - cd ffmpeg-static-builds + git clone "https://github.com/q3aql/ffmpeg-builds" + cd ffmpeg-builds cp -rfv /usr/include/w32api/strsafe.h /usr/include/w32api/strsafe.h.bck cp -rfv cygwin_fix_strsafe.h /usr/include/w32api/strsafe.h cp -rfv cygwin_fix_strsafe.h /usr/include/w32api/strsafe.h_fix