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
d93d7349
Commit
d93d7349
authored
Jun 06, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: rearrange some lines in a more logical way
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
4f8da7e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
Makefile
Makefile
+3
-4
No files found.
Makefile
View file @
d93d7349
...
...
@@ -74,12 +74,15 @@ endef
$(foreach
D,$(FFLIBS),$(eval
$(call
DOSUBDIR,lib$(D))))
ffplay.o
:
CFLAGS += $(SDL_CFLAGS)
ffplay$(EXESUF)
:
FF_EXTRALIBS += $(SDL_LIBS)
ffserver$(EXESUF)
:
FF_LDFLAGS += $(FFSERVERLDFLAGS)
%$(EXESUF)
:
%.o cmdutils.o $(FF_DEP_LIBS)
$(LD)
$(FF_LDFLAGS)
-o
$@
$<
cmdutils.o
$(FF_EXTRALIBS)
alltools
:
$(TOOLS)
tools/%$(EXESUF)
:
tools/%.o
$(LD)
$(FF_LDFLAGS)
-o
$@
$<
$(FF_EXTRALIBS)
...
...
@@ -89,8 +92,6 @@ tools/%.o: tools/%.c
-include
$(wildcard
tools/*.d)
-include
$(wildcard
tests/*.d)
ffplay.o
:
CFLAGS += $(SDL_CFLAGS)
VERSION_SH
=
$(SRC_PATH_BARE)
/version.sh
GIT_LOG
=
$(SRC_PATH_BARE)
/.git/logs/HEAD
...
...
@@ -104,8 +105,6 @@ version.h .version:
# force version.sh to run whenever version might have changed
-include
.version
alltools
:
$(TOOLS)
DOCS
=
$
(
addprefix doc/, developer.html faq.html general.html libavfilter.html
)
$(HTMLPAGES)
$(MANPAGES)
$(PODPAGES)
documentation
:
$(DOCS)
...
...
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