Commit c6422198 authored by diego's avatar diego

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 >


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4722 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ee8799e3
......@@ -323,6 +323,8 @@ audio_oss="yes"
dv1394="no"
extralibs="-lpoll -lgnugetopt -lm"
make="gmake"
strip="strip -d"
installstrip=""
;;
Darwin)
cc="cc"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment