Skip to content

Commit

Permalink
Added Shorten module.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 25, 2001
1 parent 0160543 commit f1df280
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions configure.in
Expand Up @@ -105,6 +105,23 @@ if test x$enable_aiff = xyes; then
fi


dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE.
dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE.
dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE.
dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE.
dnl Check for shn decoder inclusion...
AC_ARG_ENABLE(shn,
[ --enable-shn enable SHN decoding [default=no]],
, enable_shn=no)
if test x$enable_shn = xyes; then
AC_DEFINE(SOUND_SUPPORTS_SHN)
fi
dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE.
dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE.
dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE.
dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE.


dnl Check for libmikmod
AC_ARG_ENABLE(mikmod,
[ --enable-mikmod enable MOD decoding via mikmod [default=yes]],
Expand Down

0 comments on commit f1df280

Please sign in to comment.