ffmpeg: use 2 as the default for now
This commit is contained in:
parent
9876769698
commit
9bf6114147
1 changed files with 1 additions and 1 deletions
|
@ -6724,7 +6724,7 @@ let
|
|||
ffmpeg_1 = ffmpeg_1_2;
|
||||
ffmpeg_2 = ffmpeg_2_8;
|
||||
ffmpeg_3 = ffmpeg_3_0;
|
||||
ffmpeg = ffmpeg_3;
|
||||
ffmpeg = ffmpeg_2;
|
||||
|
||||
ffmpeg-full = callPackage ../development/libraries/ffmpeg-full {
|
||||
# The following need to be fixed on Darwin
|
||||
|
|
Loading…
Reference in a new issue