Displaying 2 results from an estimated 2 matches for "hraban".
2015 May 05
2
Compiling opus with emscripten: malloc_hook
...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 fix that could find its way back
upstream? It would be nice if libopus were emscripten compatible out
of the box.
Cheers,
Hraban
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...