Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ffmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Samuel Mira
ffmpeg
Commits
fe343286
Commit
fe343286
authored
13 years ago
by
Reimar Döffinger
Browse files
Options
Downloads
Patches
Plain Diff
Restore some more rules to common.mak to improve building in subdirs.
Signed-off-by:
Reimar Döffinger
<
Reimar.Doeffinger@gmx.de
>
parent
392aa6e4
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+0
-11
0 additions, 11 deletions
Makefile
common.mak
+10
-0
10 additions, 0 deletions
common.mak
with
10 additions
and
11 deletions
Makefile
+
0
−
11
View file @
fe343286
...
...
@@ -7,9 +7,6 @@ vpath %.asm $(SRC_PATH)
vpath
%.v
$(SRC_PATH)
vpath
%.texi
$(SRC_PATH)
# Do not delete intermediate files from chains of implicit rules
$(OBJS)
:
PROGS-$(CONFIG_FFMPEG)
+=
ffmpeg
PROGS-$(CONFIG_FFPLAY)
+=
ffplay
PROGS-$(CONFIG_FFPROBE)
+=
ffprobe
...
...
@@ -153,13 +150,5 @@ check: test
include
doc/Makefile
include
tests/Makefile
# Dummy rule to stop make trying to rebuild removed or renamed headers
%.h
:
@
:
# Disable suffix rules. Most of the builtin rules are suffix rules,
# so this saves some time on slow systems.
.SUFFIXES
:
.PHONY
:
all alltools *clean check config examples install*
.PHONY
:
testprogs uninstall*
This diff is collapsed.
Click to expand it.
common.mak
+
10
−
0
View file @
fe343286
...
...
@@ -49,6 +49,16 @@ HOSTCFLAGS += $(IFLAGS)
%.c %.h
:
TAG = GEN
# Dummy rule to stop make trying to rebuild removed or renamed headers
%.h
:
@
:
# Disable suffix rules. Most of the builtin rules are suffix rules,
# so this saves some time on slow systems.
.SUFFIXES
:
# Do not delete intermediate files from chains of implicit rules
$(OBJS)
:
endif
OBJS-$(HAVE_MMX)
+=
$(
MMX-OBJS-yes
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment