oops, forgot to disable the main()
This commit is contained in:
parent
db0141e766
commit
88b7abb6ac
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ void dump_modes(FILE *file, CELTMode **modes, int nb_modes)
|
|||
fprintf(file, "};\n");
|
||||
}
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
int main()
|
||||
{
|
||||
CELTMode *m[3];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue