about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2023-01-03 22:35:03 +0000
committerGitHub <noreply@github.com>2023-01-03 22:35:03 +0000
commit84dce4c755f8f8c89742fb4ef63b1daee9324526 (patch)
tree240214434e5b02c23cf1ac445643c8306f462fbe /pkgs/applications/video
parent530da99ea3fcf3acc4cec39213117be51a4d7de2 (diff)
parentb0f6cc813f4fb116274df28bffbc258106b05f6d (diff)
Merge pull request #208889 from 1sixth/mpv-ffmpeg_5
mpv: use ffmpeg_5
Diffstat (limited to 'pkgs/applications/video')
-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 71fd52f35d885..7f6fd0b286f49 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