guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: sdl-mixer: Remove unused configure flag.


From: guix-commits
Subject: 02/05: gnu: sdl-mixer: Remove unused configure flag.
Date: Sun, 5 Jan 2020 07:23:42 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 36f1ba7bfe93308feca582b91dcc2dd4dbce86b8
Author: Timotej Lazar <address@hidden>
Date:   Sun Jan 5 11:45:48 2020 +0100

    gnu: sdl-mixer: Remove unused configure flag.
    
    The flag --disable-music-mp3-shared is only used when building with smpeg
    instead of libmad, which is linked at build time by default.
    
    * gnu/packages/sdl.scm (sdl-mixer)[arguments]: Remove unused configure flag.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/sdl.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index beeec1b..92d8f9a 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -270,8 +270,7 @@ WEBP, XCF, XPM, and XV.")
                                      "--disable-music-mod-shared"
                                      "--disable-music-fluidsynth-shared"
                                      "--disable-music-ogg-shared"
-                                     "--disable-music-flac-shared"
-                                     "--disable-music-mp3-shared")))
+                                     "--disable-music-flac-shared")))
     (inputs `(("libvorbis" ,libvorbis)
               ("libflac" ,flac)
               ("libmad" ,libmad)



reply via email to

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