From 5b40fb97729b317e9eabb9662c4ff4162efc796e Mon Sep 17 00:00:00 2001 From: fduncanh Date: Fri, 27 May 2022 18:54:11 -0400 Subject: [PATCH] edit README --- README.html | 2 +- README.md | 2 +- README.txt | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.html b/README.html index 60f6428..c433998 100644 --- a/README.html +++ b/README.html @@ -24,7 +24,7 @@

For NVIDIA graphics with the proprietary drivers, the nvh264dec plugin (included in gstreamer1.0-plugins-bad since GStreamer-1.18.0) can be used for accelerated video decoding on the NVIDIA GPU after NVIDIA’s CUDA driver libcuda.so is installed. This plugin should be used with options uxplay -vd nvh264dec -vs glimagesink. For GStreamer-1.16.3 or earlier, the plugin is called nvdec, and must be built by the user: see these instructions. This older form of the NVIDIA plugin should be used with the -vd nvdec -vs glimagesink uxplay options.

Note to packagers: OpenSSL-3.0.0 solves GPL v3 license issues.

Some Linux distributions such as Debian do not allow distribution of compiled GPL code linked to OpenSSL-1.1.1 because its “dual OpenSSL/SSLeay” license has some incompatibilities with GPL, unless all code authors have explicitly given an “exception” to allow such linking (the historical origins of UxPlay make this impossible to obtain). Other distributions treat OpenSSL as a “System Library” which the GPL allows linking to.

diff --git a/README.md b/README.md index 75e828b..171ad94 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ the `-vd nvdec -vs glimagesink` uxplay options. [patching instructions for GStreamer](https://github.com/FDH2/UxPlay/wiki/Gstreamer-Video4Linux2-plugin-patches) in the [UxPlay Wiki](https://github.com/FDH2/UxPlay/wiki). Patches for GStreamer-1.18.5 (for Ubuntu 21.10), 1.18.6, 1.20.0, 1.20.1 - (for Ubuntu 22.04 and Manjaro) and 1.20.2 are also available. + (for Ubuntu 22.04) and 1.20.2 (for Manjaro RPi 4 22.04) are also available. ### Note to packagers: OpenSSL-3.0.0 solves GPL v3 license issues. Some Linux distributions such as Debian do not allow distribution of compiled diff --git a/README.txt b/README.txt index cf55311..8da0a17 100644 --- a/README.txt +++ b/README.txt @@ -130,7 +130,8 @@ This older form of the NVIDIA plugin should be used with the GStreamer](https://github.com/FDH2/UxPlay/wiki/Gstreamer-Video4Linux2-plugin-patches) in the [UxPlay Wiki](https://github.com/FDH2/UxPlay/wiki). Patches for GStreamer-1.18.5 (for Ubuntu 21.10), 1.18.6, 1.20.0, 1.20.1 (for - Ubuntu 22.04 and Manjaro) and 1.20.2 are also available. + Ubuntu 22.04) and 1.20.2 (for Manjaro RPi 4 22.04) are also + available. ### Note to packagers: OpenSSL-3.0.0 solves GPL v3 license issues.