sad

simple audio daemon
git clone git://git.2f30.org/sad
Log | Files | Refs | LICENSE

commit 8a241e7b7c692a88b1c565cce36e88c97868e48a
parent abd8c081a933b46e23d8715f9864bf9bb19f4425
Author: sin <sin@2f30.org>
Date:   Sat, 27 Dec 2014 14:25:48 +0000

Just link against libvorbisfile

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -5,7 +5,7 @@ MANPREFIX = $(PREFIX)/man CFLAGS = -I/usr/local/include -g LDFLAGS = -L /usr/local/lib -LDLIBS = -lsndfile -lmpg123 -lsndio -logg -lvorbis -lvorbisfile +LDLIBS = -lsndfile -lmpg123 -lsndio -lvorbisfile OBJ = sndio.o cmd.o mp3.o wav.o vorbis.o playlist.o sad.o decoder.o output.o BIN = sad