Browse Source

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

* Update vvenc to v1.11.1

* Update xmake.lua

---------

Co-authored-by: c8ef <[email protected]>
ruki 1 year ago
parent
commit
dfc615ca72
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/v/vvenc/xmake.lua

+ 2 - 1
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")