Auto-update vvenc to v1.11.1 (#3784)

* Update vvenc to v1.11.1

* Update xmake.lua

---------

Co-authored-by: c8ef <c8ef@outlook.com>
pull/3787/head
ruki 10 months ago committed by GitHub
parent afe5a1f418
commit dfc615ca72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      packages/v/vvenc/xmake.lua

@ -6,6 +6,7 @@ package("vvenc")
add_urls("https://github.com/fraunhoferhhi/vvenc/archive/refs/tags/$(version).tar.gz",
"https://github.com/fraunhoferhhi/vvenc.git")
add_versions("v1.11.1", "4f0c8ac3f03eb970bee7a0cacc57a886ac511d58f081bb08ba4bce6f547d92fa")
add_versions("v1.9.0", "4ddb365dfc21bbbb7ed54655c7630ae3e8e977af31f22b28195e720215b1072d")
add_configs("postfix", {description = "set build type postfix for apps and libs", default = false, type = "boolean"})
@ -15,7 +16,7 @@ package("vvenc")
add_deps("cmake")
on_install("windows|x86", "windows|x64", "linux", "macosx", "bsd", "mingw", "msys", "android", "iphoneos", function (package)
local configs = {}
local configs = {"-DVVENC_OVERRIDE_COMPILER_CHECK=ON"}
if package:is_debug() then
table.insert(configs, "-DCMAKE_BUILD_TYPE=Debug")
table.insert(configs, "-DVVENC_ENABLE_TRACING=ON")

Loading…
Cancel
Save