[Ffmpeg-devel] [rfc] arch specific dir in libavutil

Roman Shaposhnick rvs
Fri Oct 13 04:43:25 CEST 2006


On Wed, 2006-10-11 at 09:20 +0200, Guillaume Poirier wrote:
> Hi,
> 
> Roman Shaposhnik wrote:
> > On Oct 9, 2006, at 11:25 PM, Michael Niedermayer wrote:
> >>> It also helps a lot
> >>> with compiling ffmpeg with different compilers, etc.
> >>
> >>
> >> all the asm is under #ifdef
> > 
> > 
> >   The problem is -- these are mostly __GNUC__ ifdefs. As I pointed
> > out some time ago -- this is on my TODO list, but even if I fix
> > it it would still be a problem for alternative implementations
> > of the same ASM functions (e.g. as real .s files or some such).
> > The later one is a bit of a far fetched example, but with project
> > like FFmpeg you never know what kind of environment folks
> > would like to run it under.
> 
> BTW, is SUN compiler able to successfully compile FFmpeg on Solaris/x86?

  We're working on it. We're actually 80% there as far as GNU inline
asm is concerned, but not quite. The rest of it is making sure that
we get meaningful #ifdef's instead of #ifdef __GNUC__ all over the
place.

Thanks,
Roman.





More information about the ffmpeg-devel mailing list