mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05: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:
parent
5f50c2e6b1
commit
36f1ba7bfe
1 changed files with 1 additions and 2 deletions
|
@ -270,8 +270,7 @@ (define-public sdl-mixer
|
|||
"--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)
|
||||
|
|
Loading…
Reference in a new issue