diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-11-27 19:47:34 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-11-28 00:28:09 +0100 |
commit | 490df522c7324f84462bc6a80ca719037b26663b (patch) | |
tree | d3cf4e9ed49a95921f990caa62e7d8d8f9e69c7a /libavutil | |
parent | f5fa03660db16f9d78abc5a626438b4d0b54f563 (diff) | |
download | ffmpeg-490df522c7324f84462bc6a80ca719037b26663b.tar.gz |
x86: cpu: Drop unused HAVE_RWEFLAGS condition
The test for rweflags was dropped in a previous commit.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/x86/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |