todo and configure script updates
git-svn-id: https://svn.musicpd.org/mpd/trunk@2301 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
7b57a99583
commit
cffe4c00db
7
TODO
7
TODO
@ -18,6 +18,13 @@
|
|||||||
*) Optimize read() on clients
|
*) Optimize read() on clients
|
||||||
|
|
||||||
*) Add libshout && vorbis encoding support
|
*) Add libshout && vorbis encoding support
|
||||||
|
*) clean up code to make more robust (only works for 16-bits)
|
||||||
|
*) check for memory leaks and such
|
||||||
|
*) add option for keeping audio devices alive (i.e. send silence even
|
||||||
|
when stopped/paused), this should also force a consistant
|
||||||
|
audio format
|
||||||
|
*) need some way to send metadata through shout plugin
|
||||||
|
*) cleanup configure script stuff (shout needs vorbisenc)
|
||||||
|
|
||||||
*) add command
|
*) add command
|
||||||
*) command that takes file/url's (no directory's) and returns the songid
|
*) command that takes file/url's (no directory's) and returns the songid
|
||||||
|
@ -435,8 +435,8 @@ dnl
|
|||||||
dnl End of Vorbis Test
|
dnl End of Vorbis Test
|
||||||
dnl
|
dnl
|
||||||
if test x$enable_ogg = xyes; then
|
if test x$enable_ogg = xyes; then
|
||||||
MPD_LIBS="$MPD_LIBS $VORBIS_LIBS $VORBISFILE_LIBS"
|
MPD_LIBS="$MPD_LIBS $VORBIS_LIBS $VORBISFILE_LIBS $VORBISENC_LIBS"
|
||||||
MPD_CFLAGS="$MPD_CFLAGS $VORBIS_CFLAGS $VORBISFILE_CFLAGS"
|
MPD_CFLAGS="$MPD_CFLAGS $VORBIS_CFLAGS $VORBISFILE_CFLAGS $VORBISENC_LIBS"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user