Displaying 2 results from an estimated 2 matches for "0brg".
Did you mean:
0bg
2015 May 05
0
Compiling opus with emscripten: malloc_hook
On Tue, May 5, 2015 at 10:05 AM, Hraban Luyat <hraban at 0brg.net> wrote:
> gets me quite far, but it hangs on the use of __malloc_hook in the tests:
[...]
> As a work-around, I just %s/__malloc_hook/malloc_hook/g. I don't need
> the tests for emscripten so I don't care if this is correct or not.
>
> But does anyone know of a proper...
2015 May 05
2
Compiling opus with emscripten: malloc_hook
Hi xiph,
I'm trying to compile libopus from git.xiph.org/opus.git with
emscripten. The regular:
$ emconfigure ./configure --enable-fixed-point
$ emmake make
gets me quite far, but it hangs on the use of __malloc_hook in the tests:
tests/test_opus_api.c:1776:16: error: use of undeclared identifier
'__malloc_hook'; did you mean 'malloc_hook'?
orig_malloc=__malloc_hook;