summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/mpv
diff options
context:
space:
mode:
author1sixth <1sixth@shinta.ro>2023-01-03 23:02:44 +0800
committer1sixth <1sixth@shinta.ro>2023-01-03 23:02:44 +0800
commitb0f6cc813f4fb116274df28bffbc258106b05f6d (patch)
treeb36871f4bab1b9515f0fb10fdf48888fed3a7f32 /pkgs/applications/video/mpv
parent298add347c2bbce14020fcb54051f517c391196b (diff)
mpv: use ffmpeg_5
This enables mpv to play Dolby Vision videos properly.
Diffstat (limited to 'pkgs/applications/video/mpv')
-rw-r--r--pkgs/applications/video/mpv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix
index 71fd52f35d88..7f6fd0b286f4 100644
--- a/pkgs/applications/video/mpv/default.nix
+++ b/pkgs/applications/video/mpv/default.nix
@@ -8,7 +8,7 @@
, ninja
, pkg-config
, python3
-, ffmpeg
+, ffmpeg_5
, freefont_ttf
, freetype
, libass
@@ -129,7 +129,7 @@ in stdenv.mkDerivation rec {
++ lib.optionals waylandSupport [ wayland-scanner ];
buildInputs = [
- ffmpeg
+ ffmpeg_5
freetype
libass
libpthreadstubs