fixed some build problems

This commit is contained in:
Jean-Marc Valin 2008-03-10 10:25:40 +11:00
parent 2472dd7c89
commit 7dbe0ca375
2 changed files with 2 additions and 1 deletions

View file

@ -107,7 +107,7 @@ void dump_modes(FILE *file, CELTMode *modes, int nb_modes)
} }
} }
#if 1 #if 0
int main() int main()
{ {
CELTMode *m = celt_mode_create(44100, 1, 256, 128, NULL); CELTMode *m = celt_mode_create(44100, 1, 256, 128, NULL);

View file

@ -39,6 +39,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <math.h> #include <math.h>
#include <string.h> #include <string.h>
#include "os_support.h"
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {