[FFmpeg-devel] [PATCH] remove MSVC cruft

Reimar Döffinger Reimar.Doeffinger
Tue Feb 12 09:11:48 CET 2008


Hello,
On Tue, Feb 12, 2008 at 01:53:59AM +0100, Michael Niedermayer wrote:
> #warning no align and asm directives, this might fail
> #define DECLARE_ALIGNED(n,t,v)      t v
> #define DECLARE_ASM_CONST(n,t,v)    static const t v
> #endif
> 
> As i suggested would change the default/fallback to normal C. There is nothing
> in the code that would require a change to configure. Nothing will blow up
> if HAVE_DECLSPEC is not defined.

Make it
#error
and I do not care, but just #warning for probably generating completely
broken code is still idiotic IMO.




More information about the ffmpeg-devel mailing list