From cffe4c00db3b6bce3e7961981c1b4464a3b2584f Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Fri, 22 Oct 2004 19:47:05 +0000 Subject: todo and configure script updates git-svn-id: https://svn.musicpd.org/mpd/trunk@2301 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- TODO | 7 +++++++ configure.ac | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index a73ef12f5..fdec3cb48 100644 --- a/TODO +++ b/TODO @@ -18,6 +18,13 @@ *) Optimize read() on clients *) 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 *) command that takes file/url's (no directory's) and returns the songid diff --git a/configure.ac b/configure.ac index 1a17a0832..22cbc6f99 100644 --- a/configure.ac +++ b/configure.ac @@ -435,8 +435,8 @@ dnl dnl End of Vorbis Test dnl if test x$enable_ogg = xyes; then - MPD_LIBS="$MPD_LIBS $VORBIS_LIBS $VORBISFILE_LIBS" - MPD_CFLAGS="$MPD_CFLAGS $VORBIS_CFLAGS $VORBISFILE_CFLAGS" + MPD_LIBS="$MPD_LIBS $VORBIS_LIBS $VORBISFILE_LIBS $VORBISENC_LIBS" + MPD_CFLAGS="$MPD_CFLAGS $VORBIS_CFLAGS $VORBISFILE_CFLAGS $VORBISENC_LIBS" fi fi -- cgit v1.2.3