From 18399d8f41e0154af266f43fd4a05420cb335aa7 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 5 Sep 2010 20:39:52 +0200 Subject: Added FLAC decoder. --- SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index bed3520..718512c 100644 --- a/SConstruct +++ b/SConstruct @@ -18,6 +18,7 @@ env.ParseConfig('pkg-config --cflags --libs gio-2.0') env.ParseConfig('pkg-config --cflags --libs gio-unix-2.0') env.ParseConfig('pkg-config --cflags --libs libmpg123') env.ParseConfig('pkg-config --cflags --libs id3tag') +env.ParseConfig('pkg-config --cflags --libs flac') env.Program('audistd', Glob('*.c') + Glob('decoders/*.c') + Glob('encoders/*.c')) -- cgit v1.2.3