Skip to content

Commit

Permalink
upgraded x265
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Apr 18, 2024
1 parent 0d3dbd6 commit 07bfd11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions CentOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()":

Expand Down

0 comments on commit 07bfd11

Please sign in to comment.