when linking against a stripped library. To avoid this, an installstrip
variable is added that can be overridden on a per-OS basis.
patch by Steven M. Schultz < sms == at -- 2BSD -- dot == COM >
Originally committed as revision 4656 to svn://svn.ffmpeg.org/ffmpeg/trunk
optimize="yes"
debug="yes"
dostrip="yes"
+installstrip="-s"
extralibs="-lm"
simpleidct="yes"
bigendian="no"
extralibs=""
darwin="yes"
strip="strip -x"
+installstrip=""
LDFLAGS="-Wl,-dynamic,-search_paths_first"
SLIBSUF=".dylib"
FFSLDFLAGS=-Wl,-bind_at_load
echo "RANLIB=$ranlib" >> config.mak
if test "$dostrip" = "yes" ; then
echo "STRIP=$strip" >> config.mak
-echo "INSTALLSTRIP=-s" >> config.mak
+echo "INSTALLSTRIP=$installstrip" >> config.mak
else
echo "STRIP=echo ignoring strip" >> config.mak
echo "INSTALLSTRIP=" >> config.mak