[FFmpeg-cvslog] x86: cpu: Drop unused HAVE_RWEFLAGS condition

Diego Biurrun git at videolan.org
Wed Nov 28 13:38:35 CET 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Nov 27 19:47:34 2012 +0100| [490df522c7324f84462bc6a80ca719037b26663b] | committer: Diego Biurrun

x86: cpu: Drop unused HAVE_RWEFLAGS condition

The test for rweflags was dropped in a previous commit.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=490df522c7324f84462bc6a80ca719037b26663b
---

 libavutil/x86/cpu.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list