Skip to content

Commit

Permalink
fixup! build with libavif static bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Sep 26, 2023
1 parent a7b3d33 commit 61a77df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,13 @@ def cmd_msbuild(
cmd_cd("ext"),
cmd_rmdir("dav1d"),
'cmd.exe /c "dav1d.cmd"',
cmd_rmdir("libyuv"),
'cmd.exe /c "libyuv.cmd"',
cmd_cd(".."),
*cmds_cmake(
"avif",
"-DBUILD_SHARED_LIBS=OFF",
"-DAVIF_LOCAL_LIBYUV=ON",
"-DAVIF_CODEC_RAV1E=ON",
"-DAVIF_CODEC_DAV1D=ON",
"-DAVIF_LOCAL_DAV1D=ON",
Expand Down

0 comments on commit 61a77df

Please sign in to comment.