From 4cf1d0cf06d4874ba8839b4904110ef9fb7459b9 Mon Sep 17 00:00:00 2001 From: Alexander Verbovetsky Date: Sat, 10 Oct 2020 03:31:03 +0100 Subject: libraries/libde265: Added (open h.265 codec implementation) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- libraries/libde265/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libraries/libde265/README (limited to 'libraries/libde265/README') diff --git a/libraries/libde265/README b/libraries/libde265/README new file mode 100644 index 0000000000000..a52dbf56991c3 --- /dev/null +++ b/libraries/libde265/README @@ -0,0 +1,10 @@ +libde265 is an open source implementation of the h.265 video codec. It +is written from scratch and has a plain C API to enable a simple +integration into other software. + +By default, sherlock265 visual inspection program is not built. + +Building of sherlock265 can be enabled by setting the SHERLOCK265 +environment variable to "yes": SHERLOCK265=yes ./libde265.SlackBuild +This requires ffmpeg or ffmpeg4. If qt5 is installed sherlock265 will be +built with qt5 instead of qt4. -- cgit v1.2.3