Skip to content

Commit

Permalink
SMPEG is disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 18, 2017
1 parent 66e68d7 commit a34091c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -1585,7 +1585,7 @@ Optional Features:
dynamically load FLAC library [[default=yes]]
--enable-music-mp3 enable MP3 music [[default=yes]]
--enable-music-mp3-smpeg
enable MP3 music via smpeg [[default=yes]]
enable MP3 music via smpeg [[default=no]]
--enable-music-mp3-smpeg-shared
dynamically load smpeg library [[default=yes]]
--disable-smpegtest Do not try to compile and run a test SMPEG program
Expand Down Expand Up @@ -12567,7 +12567,7 @@ fi
if test "${enable_music_mp3_smpeg+set}" = set; then :
enableval=$enable_music_mp3_smpeg;
else
enable_music_mp3_smpeg=yes
enable_music_mp3_smpeg=no
fi

# Check whether --enable-music-mp3-smpeg-shared was given.
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Expand Up @@ -573,8 +573,8 @@ AC_HELP_STRING([--enable-music-mp3], [enable MP3 music [[default=yes]]]),
[], enable_music_mp3=yes)

AC_ARG_ENABLE(music-mp3-smpeg,
AC_HELP_STRING([--enable-music-mp3-smpeg], [enable MP3 music via smpeg [[default=yes]]]),
[], enable_music_mp3_smpeg=yes)
AC_HELP_STRING([--enable-music-mp3-smpeg], [enable MP3 music via smpeg [[default=no]]]),
[], enable_music_mp3_smpeg=no)
AC_ARG_ENABLE([music-mp3-smpeg-shared],
AC_HELP_STRING([--enable-music-mp3-smpeg-shared], [dynamically load smpeg library [[default=yes]]]),
[], [enable_music_mp3_smpeg_shared=yes])
Expand Down

0 comments on commit a34091c

Please sign in to comment.