Diego Biurrun <[email protected]> writes: > --- > Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefile b/Makefile > index 37faa76..5a7d591 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 $(CC_O) -x c $<
OK. This leaves the -x flag to deal with somehow. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
