guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: mplayer: Fix input.


From: guix-commits
Subject: branch master updated: gnu: mplayer: Fix input.
Date: Fri, 18 Aug 2023 10:20:21 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f04b5be534 gnu: mplayer: Fix input.
f04b5be534 is described below

commit f04b5be534141815354825ef5e0a727caef61421
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Fri Aug 18 16:16:28 2023 +0200

    gnu: mplayer: Fix input.
    
    * gnu/packages/video.scm (mplayer)[inputs]: Use ffmpeg-5 instead of ffmpeg-4
    to fix a header/library version mismatch.
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 7df68e8f53..24abf58520 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2158,7 +2158,7 @@ streaming protocols.")
     (inputs
      (list alsa-lib
            cdparanoia
-           ffmpeg-4
+           ffmpeg-5
            fontconfig
            freetype
            giflib



reply via email to

[Prev in Thread] Current Thread [Next in Thread]