Package: libyuv / 0.0.1916.20250814-1

Metadata

Package Version Patches format
libyuv 0.0.1916.20250814-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 CMakeLists.txt Apply SONAME and multiarch.patch | (download)

CMakeLists.txt | 13 9 + 4 - 0 !
1 file changed, 9 insertions(+), 4 deletions(-)

 cmakelists.txt: apply soname and multiarch


0003 CMakeLists.txt Install missing yuvconstants binary.patch | (download)

CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 cmakelists.txt: install missing yuvconstants binary


0004 CMakeLists.txt Do not enable NEON for armel armhf.patch | (download)

CMakeLists.txt | 11 2 + 9 - 0 !
1 file changed, 2 insertions(+), 9 deletions(-)

 cmakelists.txt: do not enable neon for armel armhf

According to https://wiki.debian.org/ArchitectureSpecificsMemo#armel
the armhf architecture does not guarantee NEON. Do not enable NEON
on armhf. Also disable NEON for armel to prevent FTBFS.