summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
6 daysDisable download of git lfs filesDaniel Bermond
12 daysMatch latest upstream changesDaniel Bermond
2025-01-04Disable avx flag hardcoded in source code. Disable Werror.Daniel Bermond
See: https://aur.archlinux.org/cgit/aur.git/commit/?h=lcevcdec-git&id=f005c5467d83511476c87e7bd6c6dfe3f205f531
2024-12-28Fix static libraries when building with ltoDaniel Bermond
2024-12-25Disable instruction sets not supported by the current Arch targetDaniel Bermond
Arch Linux currently targets x86_64 baseline cpus (x86-64-v1)[1]. Compiling with sse4.2 and avx2 enabled may cause errors in such old x64-64-v1 and x64-64-v2 cpus, as they do not support[2] these instruction sets. So, we need to strictly disable these instruction sets here, which are used[3] by upstream. [1] https://gitlab.archlinux.org/archlinux/devtools/-/blob/v1.3.0/config/makepkg/x86_64.conf?ref_type=tags#L43 [2] https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels [3] https://github.com/v-novaltd/LCEVCdec/blob/3.2.1/src/core/decoder/src/common/types.h#L159-L160
2024-09-19Initial commitDaniel Bermond