On Thu, 19 Jan 2012, Christophe Gisquet wrote: > +%if %1 == 0 > +%define MOVR mova > +%else > +%define MOVR movu > +%endif
If you passed u/a instead of 1/0, you wouldn't need to define MOVR. --Loren Merritt _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
