me
/
guix
Archived
1
0
Fork 0

gnu: openmw: Use ffmpeg-4.

I've noticed, that openmw is not playable as it hangs on clicking any
menu item.  It seems the issue is known and fixed upstream, but a new
version is not released yet.

* gnu/packages/game-development.scm (openmw)[inputs]: Replace FFMPEG
with FFMEG-4.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Sergey Trofimov 2022-12-25 23:22:59 +01:00 committed by Ludovic Courtès
parent 8d4c893ab5
commit ecda67a577
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -1773,7 +1773,7 @@ of use.")
(list boost doxygen pkg-config))
(inputs
(list bullet
ffmpeg
ffmpeg-4 ; https://gitlab.com/OpenMW/openmw/-/issues/6631
libxt
lz4
mygui-gl ; OpenMW does not need Ogre.