Skip to content
Snippets Groups Projects
Commit 7dbe0ca3 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

fixed some build problems

parent 2472dd7c
No related branches found
No related tags found
No related merge requests found
......@@ -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[])
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment