mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
fix typo in Darwin shared lib naming
Originally committed as revision 7274 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e39e60a37e
commit
d0c2abb1d0
2
configure
vendored
2
configure
vendored
@ -748,7 +748,7 @@ strip="strip -x"
|
||||
installstrip=""
|
||||
FFLDFLAGS="-Wl,-dynamic,-search_paths_first"
|
||||
SLIBSUF=".dylib"
|
||||
SLIBNAME_WITH_FULLVERSION='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)'
|
||||
SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)'
|
||||
SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME).$(LIBMAJOR)$(SLIBSUF)'
|
||||
FFSERVERLDFLAGS=-Wl,-bind_at_load
|
||||
LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(libdir)/$(LIB)"'
|
||||
|
Loading…
Reference in New Issue
Block a user