diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-09-28 12:58:03 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-29 10:27:42 +0200 |
| commit | b2a0acdb9712cf01eea07f9fa16592dc8ef01c92 (patch) | |
| tree | 2db68fad0cc57b8a7cd3cf3a9c02fcdb643d1c8a | |
| parent | 02264cf4cb8a25093f98db04f837b0db750330ca (diff) | |
gnu: friction: Build with newer ffmpeg.
* gnu/packages/graphics.scm (friction)[inputs]: Remove ffmpeg-for-friction;
add ffmpeg.
Change-Id: Ia925749b4dd8052f472a221e2038e756d13c1d8a
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -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 a94c51e0afd..74a3b306caa 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -462,7 +462,7 @@ objects!") qt))))))))) (inputs (list expat - ffmpeg-for-friction ;version 4.2 is recommended; does not work with version 7+. + ffmpeg ;version 4.2 is recommended; does not work with version 7+. fontconfig freetype gperftools-for-friction |
