On Thu, Aug 02, 2012 at 12:30:48AM -0500, [email protected] wrote:
> 
> --- a/libavcodec/x86/dsputil_mmx.c
> +++ b/libavcodec/x86/dsputil_mmx.c
> @@ -198,12 +198,14 @@ DECLARE_ALIGNED(16, const double, ff_pd_2)[2] = { 2.0, 
> 2.0 };
>  #define DEF(x) x ## _3dnow
>  #define PAVGB "pavgusb"
>  #define OP_AVG PAVGB
> +#define IS_3DNOW
>  
>  #include "dsputil_mmx_avg_template.c"
>  
>  #undef DEF
>  #undef PAVGB
>  #undef OP_AVG
> +#undef IS_3DNOW

IS_3DNOW supposedly stands for - what?
SKIP_FOR_3DNOW would be a much more sensible name IMO.

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

Reply via email to