[FFmpeg-cvslog] doc: Add the host executable suffix for the print_options dependency

Martin Storsjö git at videolan.org
Mon Nov 25 11:40:01 CET 2013


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Sun Nov 24 23:11:59 2013 +0200| [09cd0a3176204e5ce3e8279ec79706c8cfd0fe38] | committer: Martin Storsjö

doc: Add the host executable suffix for the print_options dependency

This fixes building on windows.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09cd0a3176204e5ce3e8279ec79706c8cfd0fe38
---

 doc/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile b/doc/Makefile
index b76772b..f0f9da2 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -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



More information about the ffmpeg-cvslog mailing list