Mercurial > SDL_sound_CoreAudio
comparison configure.in @ 85:b939258bd177
Added Shorten module.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 25 Sep 2001 22:42:52 +0000 |
parents | 2777e65f6478 |
children | 6d9fdec2f708 |
comparison
equal
deleted
inserted
replaced
84:0e7579fb4ea3 | 85:b939258bd177 |
---|---|
103 if test x$enable_aiff = xyes; then | 103 if test x$enable_aiff = xyes; then |
104 AC_DEFINE(SOUND_SUPPORTS_AIFF) | 104 AC_DEFINE(SOUND_SUPPORTS_AIFF) |
105 fi | 105 fi |
106 | 106 |
107 | 107 |
108 dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE. | |
109 dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE. | |
110 dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE. | |
111 dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE. | |
112 dnl Check for shn decoder inclusion... | |
113 AC_ARG_ENABLE(shn, | |
114 [ --enable-shn enable SHN decoding [default=no]], | |
115 , enable_shn=no) | |
116 if test x$enable_shn = xyes; then | |
117 AC_DEFINE(SOUND_SUPPORTS_SHN) | |
118 fi | |
119 dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE. | |
120 dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE. | |
121 dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE. | |
122 dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE. | |
123 | |
124 | |
108 dnl Check for libmikmod | 125 dnl Check for libmikmod |
109 AC_ARG_ENABLE(mikmod, | 126 AC_ARG_ENABLE(mikmod, |
110 [ --enable-mikmod enable MOD decoding via mikmod [default=yes]], | 127 [ --enable-mikmod enable MOD decoding via mikmod [default=yes]], |
111 , enable_mikmod=yes) | 128 , enable_mikmod=yes) |
112 if test x$enable_mikmod = xyes; then | 129 if test x$enable_mikmod = xyes; then |