From c50f4b53ad779874c18b0134da60e5797bf9adb7 Mon Sep 17 00:00:00 2001 From: Uyanide Date: Mon, 27 Jul 2026 15:56:59 +0200 Subject: [PATCH] enable_float --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 6ef6c88..b7b918d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -53,7 +53,7 @@ build() { # cd into libvmaf so nvcc's hardcoded relative include paths (../src, ../include) # resolve correctly when the build dir is a subdirectory of the source cd "${pkgname}-${pkgver}/libvmaf" - arch-meson -Denable_avx512='false' -Denable_cuda='true' -Denable_nvcc='true' . build + arch-meson -Denable_avx512='false' -Denable_cuda='true' -Denable_nvcc='true' -Denable_float='true' . build meson compile -C build --jobs "$_jobs" }