Module: libav Branch: master Commit: 490df522c7324f84462bc6a80ca719037b26663b
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Tue Nov 27 19:47:34 2012 +0100 x86: cpu: Drop unused HAVE_RWEFLAGS condition The test for rweflags was dropped in a previous commit. --- 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 dab2cac..3b36fd0 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) { _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
