Browse Source

libavif: support linux arm64 (#8310)

star9029 2 months ago
parent
commit
3c2bfad8e1
1 changed files with 0 additions and 5 deletions
  1. 0 5
      packages/l/libavif/xmake.lua

+ 0 - 5
packages/l/libavif/xmake.lua

@@ -33,11 +33,6 @@ package("libavif")
             local ndk = package:toolchain("ndk"):config("ndkver")
             assert(ndk and tonumber(ndk) > 22, "package(libavif): library deps libyuv need ndk version > 22")
         end)
-        on_check("linux", function (package)
-            if package:is_arch("arm64") then
-                raise("package(libavif): library deps libyuv unsupport compile flags -march=armv9-a+sme")
-            end
-        end)
     end
 
     on_load(function (package)