add aac_decode.[ch] and start working on it
also, if locale is C or POSIX, set fs charset to iso-8859-1 git-svn-id: https://svn.musicpd.org/mpd/trunk@347 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
12
src/main.c
12
src/main.c
@@ -69,12 +69,12 @@ void usage(char * argv[]) {
|
||||
SYSTEM_CONFIG_FILE_LOCATION);
|
||||
ERROR("\n");
|
||||
ERROR("options:\n");
|
||||
ERROR(" --help this usage statement\n");
|
||||
ERROR(" --no-daemon don't detach from console\n");
|
||||
ERROR(" --create-db force (re)creation database\n");
|
||||
ERROR(" --no-create-db don't create database\n");
|
||||
ERROR(" --verbose verbose logging\n");
|
||||
ERROR(" --version prints version information\n");
|
||||
ERROR(" --help this usage statement\n");
|
||||
ERROR(" --no-daemon don't detach from console\n");
|
||||
ERROR(" --create-db force (re)creation database\n");
|
||||
ERROR(" --no-create-db don't create database\n");
|
||||
ERROR(" --verbose verbose logging\n");
|
||||
ERROR(" --version prints version information\n");
|
||||
}
|
||||
|
||||
void version() {
|
||||
|
||||
Reference in New Issue
Block a user