Hi, On Sun, May 15, 2011 at 10:36 AM, Diego Biurrun <[email protected]> wrote: > --- > Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefile b/Makefile > index d69004b..ddeefed 100644 > --- a/Makefile > +++ b/Makefile > @@ -285,7 +285,7 @@ endif > > FATE_UTILS = base64 tiny_psnr > > -fate: $(FATE) > +fate: $(FATE) checkheaders
No. FATE += checkheaders is the way to go. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
