On Mon, Mar 16, 2015 at 11:32:24AM +0100, Luca Barbato wrote:
> It uses 6 registers, unbreaks building on hardened x86 system.
> 
> Bug-Id: gentoo/541930
> CC: libav-sta...@libav.org
> ---
> 
> Now with the needed header (failed at git commit --amend -a again)
> 
>  libavcodec/x86/mathops.h | 5 +++++
>  1 file changed, 5 insertions(+)

probably OK

> --- a/libavcodec/x86/mathops.h
> +++ b/libavcodec/x86/mathops.h
> @@ -23,6 +23,8 @@
>  #define AVCODEC_X86_MATHOPS_H
> 
>  #include "config.h"
> +
> +#include "libavutil/x86/asm.h"
>  #include "libavutil/common.h"

Move the x86 header after the generic header.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to