forked from FFmpeg/FFmpeg
Simplify SLIBNAME_WITH_VERSION and SLIBNAME_WITH_MAJOR.
Originally committed as revision 5388 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2d974017b0
commit
b29bddab34
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -244,8 +244,8 @@ LIB='$(LIBPREF)$(NAME)$(LIBSUF)'
|
|||
SLIBPREF="lib"
|
||||
SLIBSUF=".so"
|
||||
SLIBNAME='$(SLIBPREF)$(NAME)$(SLIBSUF)'
|
||||
SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)$(SLIBSUF).$(LIBVERSION)'
|
||||
SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)$(SLIBSUF).$(LIBMAJOR)'
|
||||
SLIBNAME_WITH_VERSION='$(SLIBNAME).$(LIBVERSION)'
|
||||
SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBMAJOR)'
|
||||
EXESUF=""
|
||||
BUILDSUF=""
|
||||
amr_nb="no"
|
||||
|
|
Loading…
Add table
Reference in a new issue