<p dir="ltr"><br>
On 18 Mar 2013 15:57, "Michael Heuberger" <<a href="mailto:michael.heuberger@binarykitchen.com">michael.heuberger@binarykitchen.com</a>> wrote:<br>
><br>
> emscripten is stuck because it doesn't know what to do with the 'cpu_set_t' part. If you want to reproduce this, try to port x264 to JavaScript yourself.</p>
<p dir="ltr">You must configure x264 before making. Somehow your make decided to build for linux with pthreads. If you build without threads, cpu_set_t will not be involved.</p>
<p dir="ltr">BR,<br>
Alex</p>