From 07bfd11100a48574f0d0e94bfde4e4ad84a41522 Mon Sep 17 00:00:00 2001 From: jvo203 Date: Thu, 18 Apr 2024 16:03:47 +0900 Subject: [PATCH] upgraded x265 --- CHANGELOG.md | 1 + CentOS.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 614ba21e7..5311fc636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * added handling of _*/cluster_heartbeat/id*_ to the _*libmicrohttpd*_ HTTP server * server-side optimisations: removed the Unix pipe and the accompanying request/response POSIX threads from three WebSocket event loop functions: <_*ws_event_loop*_>, <_*video_event_loop*_> and <_*pv_event_loop*_> +* upgraded the _*libx265*_ library version ## [5.1.7] - 2024-04-09 diff --git a/CentOS.md b/CentOS.md index ee2e21785..305de458f 100644 --- a/CentOS.md +++ b/CentOS.md @@ -46,10 +46,10 @@ gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS. visit https://www.linuxfromscratch.org/blfs/view/svn/multimedia/x265.html - wget https://anduin.linuxfromscratch.org/BLFS/x265/x265-20230215.tar.xz - xz -d -v x265-20230215.tar.xz - tar xvf x265-20230215.tar - cd x265-20230215 + wget https://anduin.linuxfromscratch.org/BLFS/x265/x265-20240216.tar.xz + xz -d -v x265-20240216.tar.xz + tar xvf x265-20240216.tar + cd x265-20240216 Apply a manual change in "source/encoder/api.cpp / x265_encoder_open()":