From 3cd52279c98910972371723c0654facfe3a1b2d1 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 1 Nov 2006 18:34:40 +0000 Subject: Use common define for x86_32 and x86_64. Originally committed as revision 6859 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/common.h') diff --git a/libavutil/common.h b/libavutil/common.h index bb049e9628..583273aed1 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -334,7 +334,7 @@ static inline int ff_get_fourcc(const char *s){ }\ } -#if defined(ARCH_X86) || defined(ARCH_X86_64) || defined(ARCH_POWERPC) +#if defined(ARCH_X86) || defined(ARCH_POWERPC) #if defined(ARCH_X86_64) static inline uint64_t read_time(void) { -- cgit v1.2.3