]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Remove gcc-workaround that is already present in libavutil/common.h.
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 9 Oct 2006 22:36:38 +0000 (22:36 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 9 Oct 2006 22:36:38 +0000 (22:36 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6614 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libpostproc/postprocess.c

index 3cafdb0e65a8bf546cd1d8322416e3f74334db30..1b7f5211b54022d838d10c81e3a942b9cdb443d4 100644 (file)
@@ -110,14 +110,6 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
 #define TEMP_STRIDE 8
 //#define NUM_BLOCKS_AT_ONCE 16 //not used yet
 
-#if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0)
-#    define attribute_used __attribute__((used))
-#    define always_inline __attribute__((always_inline)) inline
-#else
-#    define attribute_used
-#    define always_inline inline
-#endif
-
 #if defined(ARCH_X86) || defined(ARCH_X86_64)
 static uint64_t __attribute__((aligned(8))) attribute_used w05= 0x0005000500050005LL;
 static uint64_t __attribute__((aligned(8))) attribute_used w04= 0x0004000400040004LL;