Skip to content

Commit

Permalink
video2x: add boost to makedepends
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech committed Nov 5, 2024
1 parent 8064b45 commit f961b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archlinuxcn/video2x/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ url="https://${pkgname}.org"
arch=('x86_64' 'aarch64' 'riscv64')
license=("AGPL-3.0-or-later")
depends=('ffmpeg' 'ncnn' 'vulkan-driver' 'spdlog' 'opencv')
makedepends=('git' 'cmake' 'vulkan-headers')
makedepends=('git' 'cmake' 'vulkan-headers' 'boost')
optdepends=(
"waifu2x-ncnn-vulkan: for anime/cartoon upscaling and JPEG denoising - fast"
"realsr-ncnn-vulkan: real photos upscaling and denoising - slow"
Expand Down

0 comments on commit f961b2a

Please sign in to comment.