diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-31 13:04:56 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-31 13:29:29 -0400 |
commit | c541a491aa82986ecf020c39edbc82da28089ee1 (patch) | |
tree | 306e470420b13fb196bdba68ea2b3226bd46da69 | |
parent | 893aad00c85e3fa45716312e5f1f06c0920dea4d (diff) | |
download | guix-c541a491aa82986ecf020c39edbc82da28089ee1.tar.gz |
gnu: blender: Use ffmpeg 5.
* gnu/packages/graphics.scm (blender) [inputs]: Replace ffmpeg with ffmpeg-5.
-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 |