Hi Hanspeter.  I got my libx264 from the repository found here:

http://delx.net.au/hg/finkinfos

I added delxrepo/main to my Fink trees on advice of the maintainer of the 
mplayer package for Fink.  I needed to grab the newer packages there because 
the version on Fink would not build under the 64 bit version of Fink.  I'm 
afraid of downgrading this package for fear of messing up the mplayer install.

Marc

On Jul 15, 2010, at 8:59 PM, Hanspeter Niederstrasser wrote:

> On 7/15/10 8:42 PM, Marc Boxerman wrote:
>> Hanspeter:
>> 
>> I suspected that the issue is I'm running Fink in 64 bit.
>> 
>> The output of 'fink list x264' indicates I have some uninstalled packages:
>> 
>> Information about 9097 packages read in 0 seconds.
>>  i   libx264-57-shli  0.0.2007121  Encoding H264/AVC video streams
>>  i   libx264-85-shli  0.0.2010021  Encoding H264/AVC video streams
>>  i   libx264-dev      0.0.2010021  Encoding H264/AVC video streams
> 
> The problem you're getting with building ffmpeg is because ffmpeg-0.4 doesn't 
> work properly with this newer libx264-85.  The version of libx264-dev that 
> you have installed is from the -85 variant and is what is confusing the 
> ffmpeg build.  What you need to do is 'fink remove libx264-dev 
> libx264-85-shlibs' (it might say it can't remove libx264-85-shlibs, but the 
> critical part is removing libx264-dev), and then
> 
> sudo dpkg -i 
> /sw/fink/dists/unstable/main/binary-darwin-x86_64/libs/libx264-dev_0.0.20071214-4_darwin-x86_64.deb
> 
> That's one line for the dpkg -i command.  This will match up your -dev 
> headers package with the libraries for the version that ffmpeg-0.4 wants.
> 
>>      libx264gtk-dev   0.0.2007121  Encoding H264/AVC video streams
>>      libx264gtk57-sh  0.0.2007121  Encoding H264/AVC video streams
>>      x264             0.0.2007121  Encoding H264/AVC video streams
> 
> libx264gtk-dev and libx264gtk57-shlibs won't help/hinder the effort, so 
> whether or not they're installed should be irrelevant.
> 
> BTW, where did you get your libx264-85 from?  That's not in the official Fink 
> repository, and its also not one of the newer test versions that I have built 
> locally.
> 
> Hanspeter


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to