From 490df522c7324f84462bc6a80ca719037b26663b Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 27 Nov 2012 19:47:34 +0100 Subject: x86: cpu: Drop unused HAVE_RWEFLAGS condition The test for rweflags was dropped in a previous commit. --- libavutil/x86/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/x86') diff --git a/libavutil/x86/cpu.c b/libavutil/x86/cpu.c index dab2cac0cb..3b36fd0fb1 100644 --- a/libavutil/x86/cpu.c +++ b/libavutil/x86/cpu.c @@ -69,7 +69,7 @@ #define cpuid_test ff_cpu_cpuid_test -#elif HAVE_INLINE_ASM || HAVE_RWEFLAGS +#elif HAVE_INLINE_ASM static int cpuid_test(void) { -- cgit v1.2.3