Sha256: ec21bb29365969f5d67f8f0ec97df88379749a50f8c26373df22471997cd155f
Contents?: true
Size: 677 Bytes
Versions: 3
Compression:
Stored size: 677 Bytes
Contents
--- ffmpeg/libavutil/mem.h.orig 2011-06-24 12:09:36.000000000 -0700 +++ ffmpeg/libavutil/mem.h 2011-06-24 12:10:06.000000000 -0700 @@ -41,7 +41,7 @@ static const t __attribute__((aligned(n))) v #elif defined(__GNUC__) #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v - #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v + #define DECLARE_ASM_CONST(n,t,v) __private_extern__ const t av_used __attribute__ ((aligned (n))) v #elif defined(_MSC_VER) #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v
Version data entries
3 entries across 3 versions & 2 rubygems