On 11/27/2012 09:21 PM, Diego Biurrun wrote:
> 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)
>  {
> 

seems ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to