sdl2_mixer: Add sdl2_mixer recipe

This commit is contained in:
Alexander von Gluck IV
2013-12-26 00:07:32 -06:00
parent 1e01e0e265
commit bfd53c6e2f
2 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/configure.in b/configure.in
index f71c002..cd41fc0 100644
--- a/configure.in
+++ b/configure.in
@@ -493,7 +493,7 @@ if test x$enable_music_ogg = xyes; then
fi
else
AC_CHECK_HEADER([vorbis/vorbisfile.h], [have_ogg_hdr=yes])
- AC_CHECK_LIB([vorbisfile -lvorbis -logg -lm], [ov_open_callbacks], [have_ogg_lib=yes])
+ AC_CHECK_LIB([vorbisfile -lvorbis -logg], [ov_open_callbacks], [have_ogg_lib=yes])
if test x$have_ogg_hdr = xyes -a x$have_ogg_lib = xyes; then
case "$host" in
*-*-darwin*)