From 1db68540323059be428b16eb90b1b3b38116d18d Mon Sep 17 00:00:00 2001 From: "Steven M. Schultz" Date: Tue, 6 Dec 2005 09:38:12 +0000 Subject: [PATCH] Add the necessary 'strip' commands to the BSD/OS section of configure because BSD/OS does not like shared libraries without a symbol table and gives errors when linking against libavcodec.so otherwise. patch by Steven M. Schultz < sms == at == 2BSD == dot == COM > Originally committed as revision 4722 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index f0e881d2f6..0fd14d9de6 100755 --- a/configure +++ b/configure @@ -323,6 +323,8 @@ audio_oss="yes" dv1394="no" extralibs="-lpoll -lgnugetopt -lm" make="gmake" +strip="strip -d" +installstrip="" ;; Darwin) cc="cc"