mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
remove -d to make libtool on OSX happy patch by ("Steven M. Schultz": sms, 2BSD COM )
Originally committed as revision 4499 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2a4e872b05
commit
f2af0e5e54
2
configure
vendored
2
configure
vendored
@ -312,7 +312,7 @@ SHFLAGS="-dynamiclib"
|
|||||||
extralibs=""
|
extralibs=""
|
||||||
darwin="yes"
|
darwin="yes"
|
||||||
strip="strip -x"
|
strip="strip -x"
|
||||||
LDFLAGS="-Wl,-d,-search_paths_first"
|
LDFLAGS="-Wl,-search_paths_first"
|
||||||
FFSLDFLAGS=-Wl,-bind_at_load
|
FFSLDFLAGS=-Wl,-bind_at_load
|
||||||
;;
|
;;
|
||||||
MINGW32*)
|
MINGW32*)
|
||||||
|
Loading…
Reference in New Issue
Block a user