diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2006-11-10 11:48:23 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2006-11-10 11:48:23 +0000 |
| commit | cdc2c3b653e0d9bd01d1af3dbd7cd568de1a32e9 (patch) | |
| tree | a090ea7c1a0de1389e584a9e37dbcc4dfcafe3b0 /tools/Makefile | |
| parent | 6a86036e90508bd319c56370967e24eb7f59771a (diff) | |
| download | rockbox-cdc2c3b653e0d9bd01d1af3dbd7cd568de1a32e9.zip rockbox-cdc2c3b653e0d9bd01d1af3dbd7cd568de1a32e9.tar.gz rockbox-cdc2c3b653e0d9bd01d1af3dbd7cd568de1a32e9.tar.bz2 rockbox-cdc2c3b653e0d9bd01d1af3dbd7cd568de1a32e9.tar.xz | |
Enable all Rockbox supported formats for the database command line
utility.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11499 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index d6c885d..e477f7f 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -41,9 +41,10 @@ ipod_fw: ipod_fw.c database: database.c ../apps/tagcache.c ../apps/metadata.c \ ../firmware/id3.c ../firmware/common/unicode.c \ ../firmware/common/crc32.c ../uisimulator/common/io.c \ -../firmware/mp3data.c ../firmware/logf.c +../firmware/mp3data.c ../firmware/logf.c ../firmware/replaygain.c $(SILENT)$(CC) -g -I../firmware/export -iquote ../firmware/include \ --D__PCTOOL__ -DHAVE_TAGCACHE -DROCKBOX_HAS_LOGF -DSIMULATOR -ldl -I../apps $+ -o $@ +-D__PCTOOL__ -DHAVE_TAGCACHE -DROCKBOX_HAS_LOGF -DSIMULATOR \ +-DCONFIG_CODEC=1 -ldl -I../apps $+ -o $@ convbdf: convbdf.c $(SILENT)$(CC) -g $+ -o $@ |