From c9e23f4e29f08fc53b2306311fa70b1cf4b78b0c Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 1 Feb 2009 13:35:50 +0100 Subject: mp3 playback support Now libfaad and/or libmad are used for playback. There's currently no remaining time displayed for mp3 playback. --- INSTALL | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index b7a6ae5..151ff6e 100644 --- a/INSTALL +++ b/INSTALL @@ -6,32 +6,18 @@ Dependencies Versions may vary :) Just get the newest one: -pianobar -++++++++ - cmake libao http://www.xiph.org/ao/ -libcurl http://curl.haxx.se/ +libcurl with SSL http://curl.haxx.se/ libfaad2 http://www.audiocoding.com/downloads.html +AND/OR libmad http://www.underbit.com/products/mad/ +libxml2 http://xmlsoft.org/ pthreads readline UTF-8 console/locale! -libpiano -++++++++ - -cmake -libcurl with SSL http://curl.haxx.se/ -libxml2 http://xmlsoft.org/ - -libwardrobe -+++++++++++ - -cmake -libcurl http://curl.haxx.se/ - -Build ------ +Building +-------- cmake . make -- cgit v1.2.3