Diego Biurrun <[email protected]> writes: > --- > 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 $< > > %.ver: %.v > $(Q)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ > $@ > --
OK -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
