mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-08 23:58:51 +00:00
I goofed on the darwin LDFLAGS front. Till sourceforge install gcc3
I can't actually test it fully. Originally committed as revision 1288 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4baca0690f
commit
6207ba95f3
2
configure
vendored
2
configure
vendored
@ -133,7 +133,7 @@ SHFLAGS="-dynamiclib"
|
|||||||
extralibs=""
|
extralibs=""
|
||||||
darwin="yes"
|
darwin="yes"
|
||||||
strip="strip -x"
|
strip="strip -x"
|
||||||
LDFLAGS="$LDFLAGS -d"
|
LDFLAGS="-d"
|
||||||
FFSLDFLAGS=-Wl,-bind_at_load
|
FFSLDFLAGS=-Wl,-bind_at_load
|
||||||
gcc_version="$($cc -v 2>&1 | grep version | cut -d ' ' -f4-)"
|
gcc_version="$($cc -v 2>&1 | grep version | cut -d ' ' -f4-)"
|
||||||
case "$gcc_version" in
|
case "$gcc_version" in
|
||||||
|
Loading…
Reference in New Issue
Block a user