linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] h264 plugin on Ubuntu Karmic


From: M. D.
Subject: Re: [Linphone-users] h264 plugin on Ubuntu Karmic
Date: Thu, 04 Nov 2010 11:52:54 -0500

On Thu, 2010-11-04 at 10:55 +0530, Raseel Bhagat wrote:
> 
> 
> On Tue, Nov 2, 2010 at 8:37 PM, M. D. <address@hidden> 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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]