shithub: opus

Download patch

ref: 7dbe0ca37560bc7a25a447fb6f33d697f2581a25
parent: 2472dd7c8943f396caf6ea749184cf574b662e2d
author: Jean-Marc Valin <[email protected]>
date: Mon Mar 10 06:25:40 EDT 2008

fixed some build problems

--- a/libcelt/dump_modes.c
+++ b/libcelt/dump_modes.c
@@ -107,7 +107,7 @@
    }
 }
 
-#if 1
+#if 0
 int main()
 {
    CELTMode *m = celt_mode_create(44100, 1, 256, 128, NULL);
--- a/libcelt/testcelt.c
+++ b/libcelt/testcelt.c
@@ -39,6 +39,7 @@
 #include <stdlib.h>
 #include <math.h>
 #include <string.h>
+#include "os_support.h"
 
 int main(int argc, char *argv[])
 {