diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-31 13:04:56 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:11:51 -0400 |
commit | b1c4c249ab4d823ab0a928bd95a6513c652d66e4 (patch) | |
tree | 0284b14aeffb9aad3e36432ea257a30651f1fd46 /gnu/packages | |
parent | 17e36697db27be640bdf657987b6599246935381 (diff) |
gnu: blender: Use ffmpeg 5.
* gnu/packages/graphics.scm (blender) [inputs]: Replace ffmpeg with ffmpeg-5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/graphics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index ecdbe6840b..befc09b6df 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -541,7 +541,7 @@ typically encountered in feature film production.") (inputs (list boost embree - ffmpeg + ffmpeg-5 fftw freetype glew |