[FFmpeg-devel] [PATCH] doc/Makefile: Add missing $(HOSTEXESUF) to print_options

Stefano Sabatini stefasab at gmail.com
Sat Jul 14 12:01:05 CEST 2012


On date Friday 2012-07-13 12:49:26 +0200, Stefano Sabatini encoded:
> On date Wednesday 2012-07-11 22:45:00 -0300, jamal encoded:
> > ---
> >  doc/Makefile |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/doc/Makefile b/doc/Makefile
> > index a9c9ea6..7af2e48 100644
> > --- a/doc/Makefile
> > +++ b/doc/Makefile
> > @@ -35,7 +35,7 @@ GENTEXI  = format codec
> >  GENTEXI := $(GENTEXI:%=doc/avoptions_%.texi)
> >  
> >  $(GENTEXI): TAG = GENTEXI
> > -$(GENTEXI): doc/avoptions_%.texi: doc/print_options
> > +$(GENTEXI): doc/avoptions_%.texi: doc/print_options$(HOSTEXESUF)
> >  	$(M)doc/print_options $* > $@
> 
> Should be OK.

Applied, thanks.
-- 
FFmpeg = Formidable and Friendly MultiPurpose Exuberant Gymnast


More information about the ffmpeg-devel mailing list