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" }