This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
f5fa03660d
commit
490df522c7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
{
Write
Preview
Loading…
Cancel
Save