[FFmpeg-cvslog] build: add missing changes to ensure examples build with progs-suffix
James Almer
git at videolan.org
Fri Sep 29 23:57:03 EEST 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Sep 29 17:42:42 2017 -0300| [3df437c2d1950239de1e20b213e7a24b78a6825a] | committer: James Almer
build: add missing changes to ensure examples build with progs-suffix
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3df437c2d1950239de1e20b213e7a24b78a6825a
---
doc/examples/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index 9792e1f911..fe33b1768a 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -33,10 +33,10 @@ $(DOC_EXAMPLES): %$(PROGSSUF)$(EXESUF): %.o
examples: $(DOC_EXAMPLES)
-$(DOC_EXAMPLES:%$(EXESUF)=%.o): | doc/examples
+$(DOC_EXAMPLES:%$(PROGSSUF)$(EXESUF)=%.o): | doc/examples
OBJDIRS += doc/examples
-DOXY_INPUT += $(DOC_EXAMPLES:%$(EXESUF)=%.c)
+DOXY_INPUT += $(DOC_EXAMPLES:%$(PROGSSUF)$(EXESUF)=%.c)
examplesclean:
$(RM) $(ALL_DOC_EXAMPLES) $(ALL_DOC_EXAMPLES_G)
More information about the ffmpeg-cvslog
mailing list