[FFmpeg-devel] [PATCH] doc: use HOSTEXESUF when calling binary

James Almer jamrial at gmail.com
Wed Apr 24 01:01:25 EEST 2024


On 4/23/2024 6:57 PM, Timo Rothenpieler wrote:
> This is neccesary on WSL, and has no averse effects in normal
> environments.
> ---
>   doc/Makefile | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/Makefile b/doc/Makefile
> index 67586e4b74..98d29f1c66 100644
> --- a/doc/Makefile
> +++ b/doc/Makefile
> @@ -60,7 +60,7 @@ GENTEXI := $(GENTEXI:%=doc/avoptions_%.texi)
>   
>   $(GENTEXI): TAG = GENTEXI
>   $(GENTEXI): doc/avoptions_%.texi: doc/print_options$(HOSTEXESUF)
> -	$(M)doc/print_options $* > $@
> +	$(M)doc/print_options$(HOSTEXESUF) $* > $@
>   
>   doc/%.html: TAG = HTML
>   doc/%-all.html: TAG = HTML

LGTM. It's even how it's named in the dependency on the line above.


More information about the ffmpeg-devel mailing list