Cygwin scripts (Update URLs)
This commit is contained in:
parent
1439e58fe6
commit
c854497171
|
@ -59,8 +59,8 @@ if [ -f "/usr/bin/apt-cyg" ] ; then
|
||||||
sleep 1
|
sleep 1
|
||||||
else
|
else
|
||||||
cd /tmp
|
cd /tmp
|
||||||
git clone "https://github.com/transcode-open/apt-cyg"
|
git clone "https://github.com/q3aql/ffmpeg-builds"
|
||||||
cd apt-cyg/
|
cd ffmpeg-builds
|
||||||
cp -rfv apt-cyg /usr/bin
|
cp -rfv apt-cyg /usr/bin
|
||||||
echo "* apt-cyg installed"
|
echo "* apt-cyg installed"
|
||||||
fi
|
fi
|
||||||
|
@ -70,8 +70,8 @@ if [ -f /usr/include/w32api/strsafe.h_fix ] ; then
|
||||||
echo "* strsafe.h was fixed previously"
|
echo "* strsafe.h was fixed previously"
|
||||||
else
|
else
|
||||||
cd /tmp
|
cd /tmp
|
||||||
git clone "https://github.com/q3aql/ffmpeg-static-builds"
|
git clone "https://github.com/q3aql/ffmpeg-builds"
|
||||||
cd ffmpeg-static-builds
|
cd ffmpeg-builds
|
||||||
cp -rfv /usr/include/w32api/strsafe.h /usr/include/w32api/strsafe.h.bck
|
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
|
||||||
cp -rfv cygwin_fix_strsafe.h /usr/include/w32api/strsafe.h_fix
|
cp -rfv cygwin_fix_strsafe.h /usr/include/w32api/strsafe.h_fix
|
||||||
|
|
|
@ -59,8 +59,8 @@ if [ -f "/usr/bin/apt-cyg" ] ; then
|
||||||
sleep 1
|
sleep 1
|
||||||
else
|
else
|
||||||
cd /tmp
|
cd /tmp
|
||||||
git clone "https://github.com/transcode-open/apt-cyg"
|
git clone "https://github.com/q3aql/ffmpeg-builds"
|
||||||
cd apt-cyg/
|
cd ffmpeg-builds
|
||||||
cp -rfv apt-cyg /usr/bin
|
cp -rfv apt-cyg /usr/bin
|
||||||
echo "* apt-cyg installed"
|
echo "* apt-cyg installed"
|
||||||
fi
|
fi
|
||||||
|
@ -70,8 +70,8 @@ if [ -f /usr/include/w32api/strsafe.h_fix ] ; then
|
||||||
echo "* strsafe.h was fixed previously"
|
echo "* strsafe.h was fixed previously"
|
||||||
else
|
else
|
||||||
cd /tmp
|
cd /tmp
|
||||||
git clone "https://github.com/q3aql/ffmpeg-static-builds"
|
git clone "https://github.com/q3aql/ffmpeg-builds"
|
||||||
cd ffmpeg-static-builds
|
cd ffmpeg-builds
|
||||||
cp -rfv /usr/include/w32api/strsafe.h /usr/include/w32api/strsafe.h.bck
|
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
|
||||||
cp -rfv cygwin_fix_strsafe.h /usr/include/w32api/strsafe.h_fix
|
cp -rfv cygwin_fix_strsafe.h /usr/include/w32api/strsafe.h_fix
|
||||||
|
|
Loading…
Reference in New Issue
Block a user