[FFmpeg-cvslog] r12270 - trunk/configure
Reimar Döffinger
Reimar.Doeffinger
Thu Feb 28 00:29:45 CET 2008
On Wed, Feb 27, 2008 at 11:02:28PM +0000, M?ns Rullg?rd wrote:
> Diego Biurrun <diego at biurrun.de> writes:
>
> > On Wed, Feb 27, 2008 at 11:06:48PM +0100, mru wrote:
> >>
> >> Log:
> >> check for inline asm support
> >
> > Excellent! So how do we use this now? And where? :)
>
> Don't look at me. People were saying, if we only had detection for
> this in configure, we'd be able to cure cancer, so here it is.
I think the idea was to then make in mem.h then
> #else
> // plain C alignment stuff that actually does not align
> #endif
into
> #elsif defined(HAVE_INLINE_ASM)
> #error asm code needs alignment but we do not know how to do it for
> this compiler
> #else
....
Though I'd be for just taking the gcc case instead of the #error
Greetings,
Reimar D?ffinger
More information about the ffmpeg-cvslog
mailing list