3
0
Fork 0
forked from mirrors/nixpkgs

ffmpegthumbnailer: switch to default ffmpeg

This commit is contained in:
Piotr Bogdan 2018-11-11 01:20:09 +00:00
parent 14133c7ec3
commit 1e68d2ff78

View file

@ -9788,9 +9788,7 @@ in
VideoDecodeAcceleration;
};
ffmpegthumbnailer = callPackage ../development/libraries/ffmpegthumbnailer {
ffmpeg = ffmpeg_2;
};
ffmpegthumbnailer = callPackage ../development/libraries/ffmpegthumbnailer { };
ffmpeg-sixel = callPackage ../development/libraries/ffmpeg-sixel { };