Updated recipe for sdl_mixer to add support of libmikmod, still need to add in fluidsynth.

This commit is contained in:
Scott McCreary
2013-10-22 03:33:10 -07:00
parent 978d51d859
commit 35e7d3e58c

View File

@@ -22,7 +22,7 @@ REQUIRES="
libmad
libvorbis
libogg
# libmikmod
libmikmod
smpeg
"
@@ -40,12 +40,14 @@ BUILD_PREREQUIRES="
cmd:make
cmd:pkg_config
cmd:sdl_config
cmd:smpeg_config
cmd:libmikmod_config
devel:libogg
devel:flac
devel:libmad
devel:libvorbis
devel:libogg
# devel:libmikmod
devel:libmikmod
devel:smpeg
"