Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-10 17:20:43 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-02-10 17:24:15 +0400
commit1c1bb203ddae855547e58fb1d08aee59888aa967 (patch)
tree563e9d67c04e926c0bbc39d2623104d04d0731fd /doc
parentec8e232b53b3c047f0e05eb4e385fd794fc3bf74 (diff)
parent682b2a809b446c4ca45f88a84c1d92ccfcbcfbd1 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: build: fix examples compilation when EXESUF is not empty Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 8077ea6e36..466d5700bb 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -104,7 +104,7 @@ doc/%.3: doc/%.pod $(GENTEXI)
$(M)pod2man --section=3 --center=" " --release=" " $< > $@
$(DOCS) doc/doxy/html: | doc/
-$(DOC_EXAMPLES:%=%.o): | doc/examples
+$(DOC_EXAMPLES:%$(EXESUF)=%.o): | doc/examples
OBJDIRS += doc/examples
doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(INSTHEADERS)