treewide: ffmpeg_4 -> ffmpeg

This commit is contained in:
zowoq
2020-06-13 12:31:01 +10:00
committed by Jon
parent 0a63b5ae34
commit 78e324d272
13 changed files with 30 additions and 38 deletions

View File

@@ -24,7 +24,7 @@ self: super:
nativeBuildInputs = old.nativeBuildInputs ++ [
pkgs.pkgconfig
];
buildInputs = old.buildInputs ++ [ pkgs.ffmpeg_4 ];
buildInputs = old.buildInputs ++ [ pkgs.ffmpeg ];
}
);