mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
doc: Add the host executable suffix for the print_options dependency
This fixes building on windows. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
dedfa00107
commit
09cd0a3176
@ -25,7 +25,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 $* > $@
|
||||
|
||||
doc/%.html: TAG = HTML
|
||||
|
Loading…
Reference in New Issue
Block a user