mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
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
This commit is contained in:
parent
e684b35d62
commit
1db6854032
2
configure
vendored
2
configure
vendored
@ -323,6 +323,8 @@ audio_oss="yes"
|
||||
dv1394="no"
|
||||
extralibs="-lpoll -lgnugetopt -lm"
|
||||
make="gmake"
|
||||
strip="strip -d"
|
||||
installstrip=""
|
||||
;;
|
||||
Darwin)
|
||||
cc="cc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user