On Thu, 2010-11-04 at 10:55 +0530, Raseel Bhagat wrote:
> 
> 
> On Tue, Nov 2, 2010 at 8:37 PM, M. D. <[email protected]> wrote:
>         Hello all,
>         
>         I am trying to get the msx264 plugin to work with linphone. 
>         <snip>
>         
> 
> Hi, 
> 
> I use the following version of the x264 library :
> x264-snapshot-20100601-2245.tar 
> Compiling this  will give your libx264-0.96 . IIRC, the default
> version on Ubuntu is libx264-0.85 (if installed using apt-get).

Thank you.  This version seemed to work well for me.  I also had to
build ffmpeg-0.6.1.

> 
> As for the msx264 plugin, you should just get one compilation issue.
> On line no. 394, you will see the following code :
> if (sws_scale(s->sws_ctx,(const uint8_t * const*) ....
> 
> This needs to be changed to  :
> if (sws_scale(s->sws_ctx,(const uint8_t * *) ....

I didn't get any compile errors (using msx264 from git), so these
weren't necessary, but thanks anyway!

-M. D.




_______________________________________________
Linphone-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/linphone-users

Reply via email to