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
6cfac0e9
Commit
6cfac0e9
authored
Mar 06, 2010
by
Måns Rullgård
Browse files
Fix make install
Originally committed as revision 22245 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
63611f31
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure
configure
+1
-1
subdir.mak
subdir.mak
+1
-1
No files found.
configure
View file @
6cfac0e9
...
...
@@ -1486,7 +1486,7 @@ SLIBSUF=".so"
SLIBNAME
=
'$(SLIBPREF)$(FULLNAME)$(SLIBSUF)'
SLIBNAME_WITH_VERSION
=
'$(SLIBNAME).$(LIBVERSION)'
SLIBNAME_WITH_MAJOR
=
'$(SLIBNAME).$(LIBMAJOR)'
LIB_INSTALL_EXTRA_CMD
=
'$(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
LIB_INSTALL_EXTRA_CMD
=
'$
$
(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
CC_O
=
'-o $@'
...
...
subdir.mak
View file @
6cfac0e9
...
...
@@ -78,7 +78,7 @@ install-lib$(NAME)-shared: MSG = $(LIBDIR)/$(SLIBNAME)
install-lib$(NAME)-static
:
$(SUBDIR)$(LIBNAME)
$(Q)
mkdir
-p
"
$(LIBDIR)
"
$
$(INSTALL)
-m
644
$$
<
"
$(LIBDIR)
"
$
$(LIB_INSTALL_EXTRA_CMD)
$(LIB_INSTALL_EXTRA_CMD)
install-lib$(NAME)-headers
:
$(addprefix $(SUBDIR)
,
$(HEADERS) $(BUILT_HEADERS))
$(Q)
mkdir
-p
"
$(INCINSTDIR)
"
...
...
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