diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2010-08-18 21:23:40 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2010-08-18 21:23:40 +0200 |
commit | 566d311638aca1ed21da78a5dce320e94134160b (patch) | |
tree | 5a497e17ea9b59f87a50213142a6aebfa0f4d822 /SConstruct | |
parent | abac0fad0e30c670f70e325588e5503259f4b29e (diff) |
Basic ID3 tag implementation, using libid3tag.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ else: env.ParseConfig('pkg-config --cflags --libs glib-2.0') env.ParseConfig('pkg-config --cflags --libs gio-2.0') env.ParseConfig('pkg-config --cflags --libs libmpg123') +env.ParseConfig('pkg-config --cflags --libs id3tag') env.Program('foo', Glob('*.c') + Glob('decoders/*.c') + Glob('encoders/*.c')) |