[x264-devel] x264 [warning]: not compiled with pthread support!

sathvik L sathvikl at gmail.com
Wed Jan 21 20:04:21 CET 2009


2009/1/22 Hadi Hadizadeh <hadi.hadizadeh at hotmail.com>

>  Hi,
>
> I want to use threads for encoding my input file. I use the following
> instruction:
>
> x264 -v --threads 5 --bitstream 700000 -o test.264 test.yuv 352x288
>
> But unfortunately I got the following warning:
>
> x264 [warning]: not compiled with pthread support!
>
> But what is the wrong? How can I use threads? I use the latest version of
> X.264.
> Thanks.
> BRs,
> Hadi
>
Hi Hadi ,

You probably do not have pthread (library) installed (Get a windows port of
it) and the -l pthread complier option wasn't set when you compiled. You can
check the configure script options

Sathvik


>
>
> ------------------------------
>
> _______________________________________________
> x264-devel mailing list
> x264-devel at videolan.org
> http://mailman.videolan.org/listinfo/x264-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.videolan.org/pipermail/x264-devel/attachments/20090122/59e33f7d/attachment.htm 


More information about the x264-devel mailing list