mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-08 10:14:56 +08:00
LDFLAGS fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 2671 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -237,7 +237,7 @@ SHFLAGS="-dynamiclib"
|
|||||||
extralibs=""
|
extralibs=""
|
||||||
darwin="yes"
|
darwin="yes"
|
||||||
strip="strip -x"
|
strip="strip -x"
|
||||||
LDFLAGS="-d"
|
LDFLAGS="-Wl,-d"
|
||||||
FFSLDFLAGS=-Wl,-bind_at_load
|
FFSLDFLAGS=-Wl,-bind_at_load
|
||||||
;;
|
;;
|
||||||
MINGW32*)
|
MINGW32*)
|
||||||
|
Reference in New Issue
Block a user