On Sat, Aug 4, 2012 at 1:10 PM, Diego Biurrun <[email protected]> wrote: > > 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.
Fixed locally. Will resend once I port the rest of the parts of dsputil I need to. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
