fix alsa configure stuff
git-svn-id: https://svn.musicpd.org/mpd/trunk@2933 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
ac6a74927e
commit
7af79aab14
4
TODO
4
TODO
@ -1,8 +1,8 @@
|
|||||||
0.12
|
0.12
|
||||||
----
|
----
|
||||||
*) rewrite linked list code!
|
*) add 2-3 tree for sorted data structures
|
||||||
|
|
||||||
*) add sortedArray data structure for tagTracker
|
*) cleanup linked list code!
|
||||||
|
|
||||||
*) parsing of lame tags (including getting replaygain info)
|
*) parsing of lame tags (including getting replaygain info)
|
||||||
|
|
||||||
|
@ -124,7 +124,7 @@ if test x$enable_ao = xno && test x$enable_oss = xno && test x$enable_shout = xn
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$enable_alsa = xyes; then
|
if test x$enable_alsa = xyes; then
|
||||||
AM_PATH_ALSA(0.9.0, , enable_alsa=no)
|
AM_PATH_ALSA(0.9.0,AC_DEFINE(HAVE_ALSA,1,[Define to enable ALSA support]),enable_alsa=no)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$enable_iconv = xyes; then
|
if test x$enable_iconv = xyes; then
|
||||||
|
Loading…
Reference in New Issue
Block a user