On 06/26/2013 07:43 PM, Derek Buitenhuis wrote:
> From: Alex Smith <[email protected]>
> 
> Prevents the selection of the slowest code path on non-Intel CPUs.
> Taken from x264 and adapted for use with Libav.
> 
> Signed-off-by: Derek Buitenhuis <[email protected]>
> ---
> Changes:
> - Both authors have agreed to relicense to LGPL.
> - Line length fixes.
> - Commented #endif.
> ---
>  libavutil/x86/cpu.c     | 47 ++++++++++++++++++++++++++++++++++++++++++++++
>  libavutil/x86/cpu.h     |  1 +
>  libavutil/x86/cpuid.asm | 50 
> +++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 98 insertions(+)
> 

We have to disable it for static builds and/or make it optional (as in
opt-in)

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

Reply via email to