mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-24 17:12:34 +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 := $(GENTEXI:%=doc/avoptions_%.texi)
|
||||||
|
|
||||||
$(GENTEXI): TAG = GENTEXI
|
$(GENTEXI): TAG = GENTEXI
|
||||||
$(GENTEXI): doc/avoptions_%.texi: doc/print_options
|
$(GENTEXI): doc/avoptions_%.texi: doc/print_options$(HOSTEXESUF)
|
||||||
$(M)doc/print_options $* > $@
|
$(M)doc/print_options $* > $@
|
||||||
|
|
||||||
doc/%.html: TAG = HTML
|
doc/%.html: TAG = HTML
|
||||||
|
Loading…
x
Reference in New Issue
Block a user