[FFmpeg-cvslog] build: Drop leftover reference to old EXAMPLES logic
Diego Biurrun
git at videolan.org
Fri Sep 29 01:09:20 EEST 2017
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Feb 6 20:07:02 2017 +0100| [533339bdcc3b39bbd708c723b3cd0b5898350f0f] | committer: Diego Biurrun
build: Drop leftover reference to old EXAMPLES logic
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=533339bdcc3b39bbd708c723b3cd0b5898350f0f
---
Makefile | 2 +-
doc/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 98eb3ab1d9..b14b29d76a 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ avbuild/.config: $(CONFIGURABLE_COMPONENTS)
@-printf '\nWARNING: $(?) newer than config.h, rerun configure\n\n'
@-tput sgr0 2>/dev/null
-SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \
+SUBDIR_VARS := CLEANFILES FFLIBS HOSTPROGS TESTPROGS TOOLS \
HEADERS ARCH_HEADERS BUILT_HEADERS SKIPHEADERS \
ARMV5TE-OBJS ARMV6-OBJS ARMV8-OBJS VFP-OBJS NEON-OBJS \
ALTIVEC-OBJS VSX-OBJS MMX-OBJS YASM-OBJS \
diff --git a/doc/Makefile b/doc/Makefile
index bda815307c..bd5c2e4b7f 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -73,7 +73,7 @@ $(DOCS) doc/doxy/html: | doc/
$(DOC_EXAMPLES:%$(EXESUF)=%.o): | doc/examples
OBJDIRS += doc/examples
-DOXY_INPUT = $(addprefix $(SRC_PATH)/, $(INSTHEADERS) $(DOC_EXAMPLES:%$(EXESUF)=%.c) $(LIB_EXAMPLES:%$(EXESUF)=%.c))
+DOXY_INPUT = $(addprefix $(SRC_PATH)/, $(INSTHEADERS) $(DOC_EXAMPLES:%$(EXESUF)=%.c))
DOXY_TEMPLATES = doxy_stylesheet.css footer.html header.html
DOXY_TEMPLATES := $(addprefix $(SRC_PATH)/doc/doxy/, $(DOXY_TEMPLATES))
More information about the ffmpeg-cvslog
mailing list