Skip to content

Commit aee1daa

Browse files
committed
Remove temporary workaround for installing libavif
libavif is now part of the 8.1 and master series.
1 parent f075571 commit aee1daa

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

appveyor/build_task.bat

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,6 @@ if not exist "%DEPS_DIR%" (
4545
)
4646
if %errorlevel% neq 0 exit /b 3
4747

48-
rem install libavif into dependency directory
49-
rem temporary workaround for libavif not being part of the official dependencies
50-
if not exist "%DEPS_DIR%\libavif-0.9.0-%PHP_SDK_VS%-%PHP_SDK_ARCH%.zip" (
51-
curl -fsSL -o %DEPS_DIR%\libavif-0.9.0-%PHP_SDK_VS%-%PHP_SDK_ARCH%.zip https://windows.php.net/downloads/pecl/deps/libavif-0.9.0-%PHP_SDK_VS%-%PHP_SDK_ARCH%.zip
52-
)
53-
if not exist "%DEPS_DIR%\lib\avif.lib" (
54-
7z x %DEPS_DIR%\libavif-0.9.0-%PHP_SDK_VS%-%PHP_SDK_ARCH%.zip -o%DEPS_DIR%
55-
)
56-
5748
cmd /c buildconf.bat --force
5849
if %errorlevel% neq 0 exit /b 3
5950

0 commit comments

Comments
 (0)