diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2010-12-30 18:38:50 +0100 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2010-12-30 22:33:22 +0100 |
commit | 5799070fea8f11ced32d57c6c38017c7671b0773 (patch) | |
tree | be1eb88c4a77572de7e26e102aa6420a7825c98b /SConstruct | |
parent | 2e2221b2eda1c089688b3e87b42b0dc6720f6c59 (diff) |
Added an ID3 tag reader.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ else: env.Append(CCFLAGS = ['-Wall', '-g']) env.ParseConfig('pkg-config --cflags --libs libmpg123') +env.ParseConfig('pkg-config --cflags --libs id3tag') env.Program('audistd', Glob('*.cpp') + Glob('decoders/*.cpp') + Glob('encoders/*.cpp')) |