Simplify expression by using single quotes and avoiding backslashes.

Originally committed as revision 6003 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-08-15 22:40:58 +00:00
parent cb243ea220
commit d4596ae3b0

3
configure vendored
View File

@ -469,6 +469,7 @@ swscaler="no"
gpl="no" gpl="no"
memalignhack="no" memalignhack="no"
asmalign_pot="unknown" asmalign_pot="unknown"
LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(libdir)/$(LIB)"'
# OS specific # OS specific
targetos=`uname -s` targetos=`uname -s`
@ -580,7 +581,7 @@ SLIBSUF=".dylib"
SLIBNAME_WITH_FULLVERSION='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)' SLIBNAME_WITH_FULLVERSION='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)'
SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME).$(LIBMAJOR)$(SLIBSUF)' SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME).$(LIBMAJOR)$(SLIBSUF)'
FFSERVERLDFLAGS=-Wl,-bind_at_load FFSERVERLDFLAGS=-Wl,-bind_at_load
LIB_INSTALL_EXTRA_CMD="\$(RANLIB) \"\$(libdir)/\$(LIB)\"" LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(libdir)/$(LIB)"'
;; ;;
MINGW32*) MINGW32*)
# Note: the rest of the mingw32 config is done afterwards as mingw32 # Note: the rest of the mingw32 config is done afterwards as mingw32