Darwin install strips all global symbols, which gives undefined symbols
authorSteven M. Schultz <sms@2bsd.com>
Fri, 21 Oct 2005 13:41:27 +0000 (13:41 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 21 Oct 2005 13:41:27 +0000 (13:41 +0000)
commitda186ae269b682e4fcc29aa4eb062fbe1015d453
tree3c8fb5bbde8d86f49985e1415d46164f88d6f5ab
parentf9c7872c66090c4df3d7b7b676c902baf94bd577
Darwin install strips all global symbols, which gives undefined symbols
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
configure