<p>2009/1/22 Hadi Hadizadeh <span dir="ltr">&lt;<a href="mailto:hadi.hadizadeh@hotmail.com">hadi.hadizadeh@hotmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">




<div>
Hi,<br>
&nbsp;<br>
I want to use threads for encoding my input file. I use the following instruction:<br>
&nbsp;<br>
x264 -v --threads 5 --bitstream 700000 -o test.264 test.yuv 352x288<br>
&nbsp;<br>
But unfortunately I got the following warning:<br>
&nbsp;<br>
x264 [warning]: not compiled with pthread support!<br>
&nbsp;<br>
But what is the wrong? How can I use threads? I use the latest version of X.264. <br>
Thanks.<br>
BRs,<br>
Hadi</div></blockquote><div></div><div><p>Hi Hadi ,</p><p>You probably do not have pthread (library) installed (Get a windows port of it) and the -l pthread complier option wasn&#39;t set when you compiled. You can check the configure script options</p>
<p>Sathvik &nbsp;</p>&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><br><br><hr> </div>
<br>_______________________________________________<br>
x264-devel mailing list<br>
<a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br>
<a href="http://mailman.videolan.org/listinfo/x264-devel" target="_blank">http://mailman.videolan.org/listinfo/x264-devel</a><br>
<br></blockquote><p></p><br></p>