[Ffmpeg-devel] [PATCH] (4) building with --disable-opts on i386
Luca Barbato
lu_zero
Mon Aug 14 19:15:05 CEST 2006
Marco Manfredini wrote:
>
> #ifdef __OPTIMIZE__
> #define FIX_ASM_INPUT_FOR_UNOPT(V) (V)
> #define FIX_ASM_OUTPUT_FOR_UNOPT(V) (V)
> #else
> #define FIX_ASM_INPUT_FOR_UNOPT(V) (({typeof(V) tmp=(V); tmp;}))
> #define FIX_ASM_OUTPUT_FOR_UNOPT(V) (*({typeof(V) *tmp=&(V); tmp;}))
> #endif
>
I'm mildly against this. Maybe shortening the macro name would make me
like it more...
lu
--
Luca Barbato
Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero
More information about the ffmpeg-devel
mailing list