| 2026-02-18 08:58:02 by Thomas Klausner | Files touched by this commit (1) |
Log message: x265: switch to https |
| 2025-08-25 20:15:33 by Masatake Daimon | Files touched by this commit (1) | |
Log message: Forgot to update distinfo |
| 2025-08-25 20:14:40 by Masatake Daimon | Files touched by this commit (1) |
Log message: multimedia/x265: Fix build on Darwin This was a fallout of cmake 4 migration. The cmake policy CMP0025 has been \ switched to "NEW", which means cmake now reports Apple's clang as \ "AppleClang" as opposed to just "Clang", but CMakeLists.txt \ didn't know this compiler. |
| 2025-08-11 13:58:19 by Thomas Klausner | Files touched by this commit (1) |
Log message: x265: add upstream bug report URL |
| 2025-08-11 10:33:14 by Thomas Klausner | Files touched by this commit (3) |
Log message: x265: fix build with cmake 4 |
| 2024-12-22 17:50:10 by Nia Alarie | Files touched by this commit (2) |
Log message: I forgot about compiler.mk... |
| 2024-12-22 17:44:30 by Nia Alarie | Files touched by this commit (2) |
Log message: svt-av1, x265: These use ARM NEON intrinsics only supported in GCC>=10 |
| 2024-11-28 10:35:34 by Nia Alarie | Files touched by this commit (3) |
Log message: x265: Detect <alloca.h> and use it if available. Should help the build on SunOS which is currently broken due to alloca being undefined. |