From 2fc138dd79fed5a4070ded5b2ad3ec8cac3d1a70 Mon Sep 17 00:00:00 2001 From: "Dennis E. Mungai" Date: Mon, 6 Feb 2023 17:59:20 +0300 Subject: [PATCH] Correct installable candidate package for `nv-codec-headers` package in Ubuntu. On Ubuntu, the installable candidate for `nv-codec-headers` package is `libffmpeg-nvenc-dev`. Update the readme with the corrected information. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a00e4f..983ab9d 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ You'll need `meson`, the `gstreamer-plugins-bad` library, and [`nv-codec-headers | Package manager | Packages | Optional packages for additional codec support | |-----------------|-------------------------------------------------|------------------------------------------------| | pacman | meson gst-plugins-bad ffnvcodec-headers | | -| apt | meson gstreamer1.0-plugins-bad nv-codec-headers | libgstreamer-plugins-bad1.0-dev | +| apt | meson gstreamer1.0-plugins-bad libffmpeg-nvenc-dev | libgstreamer-plugins-bad1.0-dev | | yum/dnf | meson libva-devel gstreamer1-plugins-bad-freeworld nv-codec-headers | gstreamer1-plugins-bad-free-devel | Then run the following commands: