3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #208889 from 1sixth/mpv-ffmpeg_5

mpv: use ffmpeg_5
This commit is contained in:
Robert Scott 2023-01-03 22:35:03 +00:00 committed by GitHub
commit 84dce4c755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
, ninja , ninja
, pkg-config , pkg-config
, python3 , python3
, ffmpeg , ffmpeg_5
, freefont_ttf , freefont_ttf
, freetype , freetype
, libass , libass
@ -129,7 +129,7 @@ in stdenv.mkDerivation rec {
++ lib.optionals waylandSupport [ wayland-scanner ]; ++ lib.optionals waylandSupport [ wayland-scanner ];
buildInputs = [ buildInputs = [
ffmpeg ffmpeg_5
freetype freetype
libass libass
libpthreadstubs libpthreadstubs