On 07/27/2012 02:15 AM, Diego Biurrun wrote: > --- > Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefile b/Makefile > index 37faa76..93c6621 100644 > --- a/Makefile > +++ b/Makefile > @@ -46,7 +46,7 @@ COMPILE_S = $(call COMPILE,AS) > $(COMPILE_S) > > %.ho: %.h > - $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ -x c $< > + $(CC) $(CCFLAGS) -c -o $@ -x c $<
That line needs probably even more attention. lu -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
