ffmpeg: default to ffmpeg_4

This commit is contained in:
Doron Behar 2020-05-31 22:55:05 +03:00 committed by Jon
parent 8df5edc153
commit 8e1dcea3d5

View file

@ -11712,7 +11712,9 @@ in
# Aliases
ffmpeg_2 = ffmpeg_2_8;
ffmpeg_3 = ffmpeg_3_4;
ffmpeg = ffmpeg_3;
# Please make sure this is updated to the latest version on the next major
# update to ffmpeg
ffmpeg = ffmpeg_4;
ffmpeg-full = callPackage ../development/libraries/ffmpeg-full {
ffmpeg = ffmpeg_4;