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
95dd1741
Commit
95dd1741
authored
Jun 24, 2011
by
Reimar Döffinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow running make in subdirs again.
parent
2ec89922
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
Makefile
Makefile
+1
-0
common.mak
common.mak
+6
-0
No files found.
Makefile
View file @
95dd1741
...
@@ -42,6 +42,7 @@ DATA_FILES := $(wildcard $(SRC_PATH)/ffpresets/*.ffpreset)
...
@@ -42,6 +42,7 @@ DATA_FILES := $(wildcard $(SRC_PATH)/ffpresets/*.ffpreset)
SKIPHEADERS
=
cmdutils_common_opts.h
SKIPHEADERS
=
cmdutils_common_opts.h
MAIN_MAKEFILE
=
1
include
common.mak
include
common.mak
FF_LDFLAGS
:=
$(FFLDFLAGS)
FF_LDFLAGS
:=
$(FFLDFLAGS)
...
...
common.mak
View file @
95dd1741
...
@@ -7,6 +7,12 @@ all: all-yes
...
@@ -7,6 +7,12 @@ all: all-yes
ifndef SUBDIR
ifndef SUBDIR
ifndef MAIN_MAKEFILE
ifeq ($(SRC_PATH),.)
SRC_PATH = ..
endif
endif
ifndef V
ifndef V
Q = @
Q = @
ECHO = printf "$(1)\t%s\n" $(2)
ECHO = printf "$(1)\t%s\n" $(2)
...
...
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