<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
James, emscripten is a cool tool to port C++ stuff to JavaScript,
see:<br>
<a class="moz-txt-link-freetext" href="https://github.com/kripken/emscripten">https://github.com/kripken/emscripten</a><br>
<br>
I managed to port other libraries but not x264, see my previous
message. 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.<br>
<br>
Cheers<br>
Michael<br>
<br>
<div class="moz-cite-prefix">On 19/03/13 02:51, James Darnley wrote:<br>
</div>
<blockquote cite="mid:51471BE9.2000601@gmail.com" type="cite">
<pre wrap="">On 2013-03-18 09:29, Michael Heuberger wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hello guys
I just did a fresh git pull of x264 and ran the command 'emmake make'.
But these errors below appear, all about undeclared identifiers. Any
hints, advice what I can do?
</pre>
</blockquote>
<pre wrap="">
Did you run configure first? Also what is 'emmake'? x264 probably
requires GNU make.
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
x264-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a>
<a class="moz-txt-link-freetext" href="http://mailman.videolan.org/listinfo/x264-devel">http://mailman.videolan.org/listinfo/x264-devel</a>
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
Binary Kitchen
Michael Heuberger
4c Dunbar Road
Mt Eden
Auckland 1024
(New Zealand)
Mobile (text only) ... +64 21 261 89 81
Email ................ <a class="moz-txt-link-abbreviated" href="mailto:michael@binarykitchen.com">michael@binarykitchen.com</a>
Website .............. <a class="moz-txt-link-freetext" href="http://www.binarykitchen.com">http://www.binarykitchen.com</a></pre>
</body>
</html>