On 1/18/2016 12:38 PM, Diego Biurrun wrote:
> ---
>  libavutil/cpu.h     | 1 +
>  libavutil/x86/cpu.h | 6 ++++++

Missing minor version bump.

>  2 files changed, 7 insertions(+)
> 
> diff --git a/libavutil/cpu.h b/libavutil/cpu.h
> index d640e79..3a6699a 100644
> --- a/libavutil/cpu.h
> +++ b/libavutil/cpu.h
> @@ -38,6 +38,7 @@
>  #define AV_CPU_FLAG_SSE3SLOW 0x20000000 ///< SSE3 supported, but usually not 
> faster
>                                          ///< than regular MMX/SSE (e.g. 
> Core1)
>  #define AV_CPU_FLAG_SSSE3        0x0080 ///< Conroe SSSE3 functions
> +#define AV_CPU_FLAG_SSSE3SLOW 0x80000000 ///< SSSE3 supported, but usually 
> not faster

This value is used by AV_CPU_FLAG_FORCE. Make this new flag 0x4000000 instead.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to