From 4b5c685e0dc8e7a18dbbb50a7520707dbb32f447 Mon Sep 17 00:00:00 2001 From: Pavel Pivovarov <1425787+piv-pav@users.noreply.github.com> Date: Fri, 17 Jun 2022 19:46:32 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0cc0518..b944b91 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ RPM Specfile for [sView](https://www.sview.ru/en/) stereoscopic player to build for using [COPR](https://copr.fedorainfracloud.org). +sView compiles using `ffmpeg` from [RPMFusion](https://rpmfusion.org/Configuration) instead of Fedora provided `ffmpeg-free`, hence you might need to install RPMFusion Free repository first. + +Alternatively you can replace `ffmpeg`, `ffmpeg-devel`, `libswscale` and `libswscale-devel` with `ffmpeg-free`, `ffmpeg-free-devel`, `libswscale-free` and `libswscale-free-devel` accordingly in spec file. + You can install sView from COPR by running following commands ```bash