File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,20 @@ Additional dependencies not available in the base repository:
6666
6767- x264-devel [ RPM Fusion]
6868
69+ Dolby Vision dependencies (optional):
70+
71+ - rustup
72+
6973Intel Quick Sync Video dependencies (optional):
7074
7175- libva-devel
7276- libdrm-devel
7377
78+ Nvidia NVENC/NVDEC dependencies (optional):
79+
80+ - clang
81+ - llvm
82+
7483Graphical interface dependencies:
7584
7685- desktop-file-utils
@@ -88,10 +97,21 @@ Install the [RPM Fusion](http://rpmfusion.org) Free repository and related addit
8897 sudo dnf5 install --nogpgcheck https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
8998 sudo dnf5 install x264-devel
9099
100+ To build with Dolby Vision support, install the Rust dependencies.
101+
102+ sudo dnf5 install rustup
103+ rustup-init -y && source "~/.cargo/env"
104+ rustup target add x86_64-pc-windows-gnu
105+ cargo install cargo-c
106+
91107To build with Intel Quick Sync Video support, install the QSV dependencies.
92108
93109 sudo dnf5 install libva-devel libdrm-devel
94110
111+ To build with Nvidia NVENC/NVDEC support, install the CUDA LLVM toolchain dependencies.
112+
113+ sudo dnf5 install clang llvm
114+
95115To build the GTK [ GUI] (abbr: Graphical User Interface), install the graphical interface dependencies.
96116
97117 sudo dnf5 install desktop-file-utils gstreamer1-libav gstreamer1-plugins-base-devel gstreamer1-plugins-good gtk4-devel
Original file line number Diff line number Diff line change @@ -66,11 +66,20 @@ Additional dependencies not available in the base repository:
6666
6767- x264-devel [ RPM Fusion]
6868
69+ Dolby Vision dependencies (optional):
70+
71+ - rustup
72+
6973Intel Quick Sync Video dependencies (optional):
7074
7175- libva-devel
7276- libdrm-devel
7377
78+ Nvidia NVENC/NVDEC dependencies (optional):
79+
80+ - clang
81+ - llvm
82+
7483Graphical interface dependencies:
7584
7685- desktop-file-utils
@@ -88,10 +97,21 @@ Install the [RPM Fusion](http://rpmfusion.org) Free repository and related addit
8897 sudo dnf5 install --nogpgcheck https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
8998 sudo dnf5 install x264-devel
9099
100+ To build with Dolby Vision support, install the Rust dependencies.
101+
102+ sudo dnf5 install rustup
103+ rustup-init -y && source "~/.cargo/env"
104+ rustup target add x86_64-pc-windows-gnu
105+ cargo install cargo-c
106+
91107To build with Intel Quick Sync Video support, install the QSV dependencies.
92108
93109 sudo dnf5 install libva-devel libdrm-devel
94110
111+ To build with Nvidia NVENC/NVDEC support, install the CUDA LLVM toolchain dependencies.
112+
113+ sudo dnf5 install clang llvm
114+
95115To build the GTK [ GUI] (abbr: Graphical User Interface), install the graphical interface dependencies.
96116
97117 sudo dnf5 install desktop-file-utils gstreamer1-libav gstreamer1-plugins-base-devel gstreamer1-plugins-good gtk4-devel
You can’t perform that action at this time.
0 commit comments