Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Sep 24, 2023
1 parent 82ee37b commit d0aa05f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,6 @@ def cmd_msbuild(
"dir": "rav1e-windows-msvc-sdk",
"license": [],
"build": [],
"libs": [r"lib\*.lib"],
"headers": [r"include"],
},
"libavif": {
"url": "https://github.com/AOMediaCodec/libavif/archive/v1.0.1.zip",
Expand All @@ -395,6 +393,7 @@ def cmd_msbuild(
"avif",
"-DBUILD_SHARED_LIBS=OFF",
"-DAVIF_CODEC_RAV1E=ON",
"-DAVIF_LOCAL_RAV1E=ON",
"-DAVIF_CODEC_AOM=ON",
"-DAVIF_LOCAL_AOM=ON",
"-DAVIF_CODEC_DAV1D=ON",
Expand Down

0 comments on commit d0aa05f

Please sign in to comment.