fixed some build problems
This commit is contained in:
parent
2472dd7c89
commit
7dbe0ca375
2 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,7 @@ void dump_modes(FILE *file, CELTMode *modes, int nb_modes)
|
|||
}
|
||||
}
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
int main()
|
||||
{
|
||||
CELTMode *m = celt_mode_create(44100, 1, 256, 128, NULL);
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include "os_support.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue