Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
8a03404d
Commit
8a03404d
authored
Apr 09, 2008
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build with --build-suffix
Originally committed as revision 12776 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
caec74dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+1
-1
subdir.mak
subdir.mak
+1
-1
No files found.
Makefile
View file @
8a03404d
...
@@ -34,7 +34,7 @@ FF_LDFLAGS := $(FFLDFLAGS)
...
@@ -34,7 +34,7 @@ FF_LDFLAGS := $(FFLDFLAGS)
FF_EXTRALIBS
:=
$(FFEXTRALIBS)
FF_EXTRALIBS
:=
$(FFEXTRALIBS)
S
:=
$
(
BUILD_SHARED:yes
=
S
)
S
:=
$
(
BUILD_SHARED:yes
=
S
)
DEP_LIBS
:=
$
(
foreach
L,
$(FFLIBS)
,lib
$(L)
/
$
(
$(S)
LIBPREF
)
$(L)
$
(
$(S)
LIBSUF
))
DEP_LIBS
:=
$
(
foreach
NAME,
$(FFLIBS)
,lib
$(NAME)
/
$
(
$(S)
LIBNAME
))
ALL_TARGETS-$(CONFIG_VHOOK)
+=
videohook
ALL_TARGETS-$(CONFIG_VHOOK)
+=
videohook
ALL_TARGETS-$(BUILD_DOC)
+=
documentation
ALL_TARGETS-$(BUILD_DOC)
+=
documentation
...
...
subdir.mak
View file @
8a03404d
...
@@ -34,7 +34,7 @@ $(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS)
...
@@ -34,7 +34,7 @@ $(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS)
ifdef SUBDIR
ifdef SUBDIR
$(SUBDIR)$(SLIBNAME_WITH_MAJOR): \
$(SUBDIR)$(SLIBNAME_WITH_MAJOR): \
$(foreach
L,$(FFLIBS),lib$(L)/$(SLIBPREF)$(L)$(SLIBSUF
))
$(foreach
NAME,$(FFLIBS),lib$(NAME)/$(SLIBNAME
))
endif
endif
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