On Sun, Jan 6, 2013 at 12:54 PM, Diego Biurrun <[email protected]> wrote: > On Sun, Jan 06, 2013 at 11:32:15AM -0600, Daniel Kang wrote: >> --- >> Updated to use ABS1 >> --- >> libavfilter/x86/Makefile | 1 + >> libavfilter/x86/yadif.c | 60 +++------ >> libavfilter/x86/yadif_template.c | 261 >> -------------------------------------- >> libavfilter/x86/yadif_yasm.asm | 241 +++++++++++++++++++++++++++++++++++ >> 4 files changed, 262 insertions(+), 301 deletions(-) >> delete mode 100644 libavfilter/x86/yadif_template.c >> create mode 100644 libavfilter/x86/yadif_yasm.asm > > No further issues to be noticed from me. Does this pass the test script > that I gave you?
While the script doesn't work for unrelated reasons, it builds with every configuration the script tests. It also passes on x86_32 and x86_64 for the yadif test for me. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
