Commit 5fa189f6 authored by philipjsg's avatar philipjsg

I goofed on the darwin LDFLAGS front. Till sourceforge install gcc3

I can't actually test it fully.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1288 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1349ad71
......@@ -133,7 +133,7 @@ SHFLAGS="-dynamiclib"
extralibs=""
darwin="yes"
strip="strip -x"
LDFLAGS="$LDFLAGS -d"
LDFLAGS="-d"
FFSLDFLAGS=-Wl,-bind_at_load
gcc_version="$($cc -v 2>&1 | grep version | cut -d ' ' -f4-)"
case "$gcc_version" in
......
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