Browse Source

x86: cpu: Drop unused HAVE_RWEFLAGS condition

The test for rweflags was dropped in a previous commit.
tags/n1.1
Diego Biurrun 13 years ago
parent
commit
490df522c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/x86/cpu.c

+ 1
- 1
libavutil/x86/cpu.c View File

@@ -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)
{


Loading…
Cancel
Save