mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue