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
76ca42a8
Commit
76ca42a8
authored
Apr 09, 2008
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move DEP_LIBS to common.mak
Originally committed as revision 12777 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
8a03404d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
Makefile
Makefile
+0
-3
common.mak
common.mak
+2
-0
subdir.mak
subdir.mak
+1
-2
No files found.
Makefile
View file @
76ca42a8
...
...
@@ -33,9 +33,6 @@ include common.mak
FF_LDFLAGS
:=
$(FFLDFLAGS)
FF_EXTRALIBS
:=
$(FFEXTRALIBS)
S
:=
$
(
BUILD_SHARED:yes
=
S
)
DEP_LIBS
:=
$
(
foreach NAME,
$(FFLIBS)
,lib
$(NAME)
/
$
(
$(S)
LIBNAME
))
ALL_TARGETS-$(CONFIG_VHOOK)
+=
videohook
ALL_TARGETS-$(BUILD_DOC)
+=
documentation
...
...
common.mak
View file @
76ca42a8
...
...
@@ -57,6 +57,8 @@ SRCS := $(addprefix $(SUBDIR),$(SRCS))
OBJS := $(addprefix $(SUBDIR),$(OBJS))
TESTS := $(addprefix $(SUBDIR),$(TESTS))
DEP_LIBS:=$(foreach NAME,$(FFLIBS),lib$(NAME)/$($(BUILD_SHARED:yes=S)LIBNAME))
ALLHEADERS := $(subst $(SRC_DIR)/,$(SUBDIR),$(wildcard $(SRC_DIR)/*.h))
checkheaders: $(filter-out %_template.ho,$(ALLHEADERS:.h=.ho))
...
...
subdir.mak
View file @
76ca42a8
...
...
@@ -33,8 +33,7 @@ $(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS)
$(SLIB_EXTRA_CMD)
ifdef SUBDIR
$(SUBDIR)$(SLIBNAME_WITH_MAJOR): \
$(foreach NAME,$(FFLIBS),lib$(NAME)/$(SLIBNAME))
$(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(DEP_LIBS)
endif
endif
...
...
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