Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:23:32 +03:00
parent 56c69beb9c
commit ec39dffd02
+2 -1
View File
@@ -1,9 +1,10 @@
name: libvpx name: libvpx
description: VP8/VP9 Codec SDK description: VP8/VP9 Codec SDK
version: 1.14.0 version: 1.14.0
revision: 2
url: https://www.webmproject.org/ url: https://www.webmproject.org/
license: custom license: custom
architecture: any architecture: any
depends: ["gcc","glibc"] depends: ["gcc-libs", "glibc"]
make_depends: ["nasm"] make_depends: ["nasm"]
type: source type: source