Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
8a03404d
Commit
8a03404d
authored
Apr 09, 2008
by
Måns Rullgård
Browse files
fix build with --build-suffix
Originally committed as revision 12776 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
caec74dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8a03404d
...
...
@@ -34,7 +34,7 @@ FF_LDFLAGS := $(FFLDFLAGS)
FF_EXTRALIBS
:=
$(FFEXTRALIBS)
S
:=
$(BUILD_SHARED:yes=S)
DEP_LIBS
:=
$(
foreach
L
,
$(FFLIBS)
,lib
$(
L
)
/
$
(
$(S)
LIB
PREF
)
$(L)
$
(
$(S)
LIBSUF
))
DEP_LIBS
:=
$(
foreach
NAME
,
$(FFLIBS)
,lib
$(
NAME
)
/
$
(
$(S)
LIB
NAME
))
ALL_TARGETS-$(CONFIG_VHOOK)
+=
videohook
ALL_TARGETS-$(BUILD_DOC)
+=
documentation
...
...
subdir.mak
View file @
8a03404d
...
...
@@ -34,7 +34,7 @@ $(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS)
ifdef
SUBDIR
$(SUBDIR)$(SLIBNAME_WITH_MAJOR)
:
\
$(foreach
L
,
$(FFLIBS)
,
lib$(
L
)/$(SLIB
PREF)$(L)$(SLIBSUF
))
$(foreach
NAME
,
$(FFLIBS)
,
lib$(
NAME
)/$(SLIB
NAME
))
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