update gas-preprocessor repository
This commit is contained in:
parent
4680721cef
commit
d8c6c6a192
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user