changeset 24:177d477f3225 libpostproc

Remove gcc-workaround that is already present in libavutil/common.h.
author diego
date Mon, 09 Oct 2006 22:36:38 +0000
parents b0d83867e2f6
children df7a316cafb4
files postprocess.c
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/postprocess.c	Mon Oct 09 22:24:35 2006 +0000
+++ b/postprocess.c	Mon Oct 09 22:36:38 2006 +0000
@@ -110,14 +110,6 @@
 #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;