mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 06:30:06 +00:00
-fno-PIC will not work on OSX, and it is only useful on x86 anyway.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13625 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
93e00fffb0
commit
2e90de6667
4
configure
vendored
4
configure
vendored
@ -6169,6 +6169,7 @@ if test "$_largefiles" = yes || freebsd ; then
|
||||
fi
|
||||
|
||||
echocheck "compiler support for -fno-PIC"
|
||||
if x86; then
|
||||
cat > $TMPC <<EOF
|
||||
int main(void) { return 0; }
|
||||
EOF
|
||||
@ -6178,6 +6179,9 @@ if cc_check -fno-PIC ; then
|
||||
else
|
||||
echores "no"
|
||||
fi
|
||||
else
|
||||
echores "only used for x86"
|
||||
fi
|
||||
|
||||
echocheck "ftello()"
|
||||
# if we don't have ftello use the osdep/ compatibility module
|
||||
|
Loading…
Reference in New Issue
Block a user