From ecda67a577570f412b103e5dd8ed1a44193a9c11 Mon Sep 17 00:00:00 2001 From: Sergey Trofimov Date: Sun, 25 Dec 2022 23:22:59 +0100 Subject: gnu: openmw: Use ffmpeg-4. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- gnu/packages/game-development.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/game-development.scm') diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index e72b7cea7f..da9c63b799 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1773,7 +1773,7 @@ (define-public openmw (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. -- cgit v1.2.3