[FFmpeg-devel] [PATCH] remove MSVC cruft

Diego Biurrun diego
Sat Feb 9 14:09:04 CET 2008


On Sat, Feb 09, 2008 at 02:06:01PM +0100, Diego Biurrun wrote:
> As noted by Reimar, the following two lines in libavutil/mem.h are
> probably MSVC cruft:
> 
>   #define DECLARE_ALIGNED(n,t,v)      __declspec(align(n)) t v
>   #define DECLARE_ASM_CONST(n,t,v)    __declspec(align(n)) static const
> 
> I suggest the attached patch removing them.

*sigh*

Diego
-------------- next part --------------
A non-text attachment was scrubbed...
Name: declspec.patch
Type: text/x-diff
Size: 537 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080209/7e615043/attachment.patch>



More information about the ffmpeg-devel mailing list