Mercurial > SDL_sound_CoreAudio
comparison configure.in @ 216:07d0939d40e7
Support for .AU files added.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 13 Jan 2002 19:51:14 +0000 |
parents | e63b9393f6ce |
children | fe5251b5624c |
comparison
equal
deleted
inserted
replaced
215:9bafd3e8276e | 216:07d0939d40e7 |
---|---|
124 , enable_aiff=yes) | 124 , enable_aiff=yes) |
125 if test x$enable_aiff = xyes; then | 125 if test x$enable_aiff = xyes; then |
126 AC_DEFINE(SOUND_SUPPORTS_AIFF) | 126 AC_DEFINE(SOUND_SUPPORTS_AIFF) |
127 fi | 127 fi |
128 | 128 |
129 dnl Check for au decoder inclusion | |
130 AC_ARG_ENABLE(au, | |
131 [ --enable-au enable AU decoding [default=yes]], | |
132 , enable_au=yes) | |
133 if test x$enable_au = xyes; then | |
134 AC_DEFINE(SOUND_SUPPORTS_AU) | |
135 fi | |
129 | 136 |
130 dnl Check for shn decoder inclusion... | 137 dnl Check for shn decoder inclusion... |
131 AC_ARG_ENABLE(shn, | 138 AC_ARG_ENABLE(shn, |
132 [ --enable-shn enable SHN decoding [default=yes]], | 139 [ --enable-shn enable SHN decoding [default=yes]], |
133 , enable_shn=yes) | 140 , enable_shn=yes) |