diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-05-16 18:06:28 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-05-16 18:06:28 +0000 |
commit | b29bddab345dc38edaf8820203d20501edc7a410 (patch) | |
tree | 6a50dd99e8d49a2720c2f638816696a85523e180 /configure | |
parent | 2d974017b03503c09082eff5558c3b2606dbcdaf (diff) | |
download | ffmpeg-b29bddab345dc38edaf8820203d20501edc7a410.tar.gz |
Simplify SLIBNAME_WITH_VERSION and SLIBNAME_WITH_MAJOR.
Originally committed as revision 5388 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |