ffmpeg: default to ffmpeg_4
This commit is contained in:
parent
8df5edc153
commit
8e1dcea3d5
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue