Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
533339bd
Commit
533339bd
authored
Feb 06, 2017
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Drop leftover reference to old EXAMPLES logic
parent
7208e5b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+1
-1
Makefile
doc/Makefile
+1
-1
No files found.
Makefile
View file @
533339bd
...
...
@@ -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
\
...
...
doc/Makefile
View file @
533339bd
...
...
@@ -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)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment