Commit 55b290c6 authored by Måns Rullgård's avatar Måns Rullgård

configure: remove some darwin-related cruft

Originally committed as revision 19487 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2dfa3054
......@@ -1977,9 +1977,6 @@ if test $target_os = darwin; then
if enabled xlc; then
add_cflags -qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto
else
add_cflags -pipe
check_cflags -force_cpusubtype_ALL
check_cflags -Wno-sign-compare
enabled shared || check_cflags -mdynamic-no-pic
fi
fi
......
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