mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
02264cf4cb
commit
b2a0acdb97
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ objects!")
|
||||||
qt)))))))))
|
qt)))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list expat
|
(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
|
fontconfig
|
||||||
freetype
|
freetype
|
||||||
gperftools-for-friction
|
gperftools-for-friction
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue