1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 07:15:53 +02:00

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 <dannym@scratchpost.org>
This commit is contained in:
Timotej Lazar
2020-01-05 11:45:48 +01:00
committed by Danny Milosavljevic
parent 5f50c2e6b1
commit 36f1ba7bfe
+1 -2
View File
@@ -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)