Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:25:16 +03:00
parent db26e1fff4
commit cb8197916f
+2 -1
View File
@@ -1,9 +1,10 @@
name: x265 name: x265
description: Free software library and application for encoding video streams into the H.265/MPEG-H HEVC compression format description: Free software library and application for encoding video streams into the H.265/MPEG-H HEVC compression format
version: 4.0 version: 4.0
revision: 2
url: https://www.videolan.org/developers/x265.html url: https://www.videolan.org/developers/x265.html
license: GPL license: GPL
architecture: any architecture: any
depends: ["gcc"] depends: ["gcc-libs"]
make_depends: ["cmake", "nasm"] make_depends: ["cmake", "nasm"]
type: source type: source