Skip to content

Commit

Permalink
Added debian packaging for SDL2_mixer
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 16, 2013
1 parent 8056b75 commit 6b47900
Show file tree
Hide file tree
Showing 14 changed files with 4,688 additions and 5,707 deletions.
9,542 changes: 3,836 additions & 5,706 deletions configure

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -566,7 +566,7 @@ AC_ARG_ENABLE([music-mp3-shared],
AC_HELP_STRING([--enable-music-mp3-shared], [dynamically load MP3 support [[default=yes]]]),
[], [enable_music_mp3_shared=yes])
if test x$enable_music_mp3 = xyes; then
SMPEG_VERSION=0.4.3
SMPEG_VERSION=0.5.0
AM_PATH_SMPEG($SMPEG_VERSION, have_smpeg=yes, have_smpeg=no)
if test x$have_smpeg = xyes; then
case "$host" in
Expand Down

0 comments on commit 6b47900

Please sign in to comment.