Skip to content

Commit c59908e

Browse files
committed
fix libheif build script
1 parent 59f2ea1 commit c59908e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: extras/scripts/build-libheif_libavif.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ msbuild.exe /p:Platform=%2 /p:configuration="Release" libde265.sln /t:de265
153153
IF ERRORLEVEL 1 exit /b 1
154154

155155

156-
copy /y "%XBUILD_DIR%\libde265\Release\de265.dll" "%XSRC_DIR%\bin%~3\"
156+
copy /y "%XBUILD_DIR%\libde265\Release\libde265.dll" "%XSRC_DIR%\bin%~3\"
157157
IF ERRORLEVEL 1 exit /b 1
158158

159159

0 commit comments

Comments
 (0)