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

Stefano Sabatini stefasab at gmail.com
Wed Jul 11 14:14:13 CEST 2012


On date Tuesday 2012-07-10 23:24:06 -0300, jamal encoded:
> ---
>  doc/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/doc/Makefile b/doc/Makefile
> index 1bed959..a0fd294 100644
> --- a/doc/Makefile
> +++ b/doc/Makefile
> @@ -38,7 +38,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$(EXESUF)
>  	$(M)doc/print_options $* > $@

Should be fine if tested (I suppose this is required mostly for Windows).
-- 
FFmpeg = Fiendish and Frenzy Mystic Programmable Egregious Glue


More information about the ffmpeg-devel mailing list