1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-16 20:05:07 +00:00

-rdynamic is not supported on Win32. Both _xanim and _real set it, so both

should check for Win32.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12192 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-04-13 12:19:10 +00:00
parent 3f7d2d2176
commit 5f49de8ec4

3
configure vendored
View File

@ -5800,8 +5800,7 @@ fi
# (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly)
_ld_dl_dynamic=''
bsd && _ld_dl_dynamic='-rdynamic'
test "$_xanim" = yes && _ld_dl_dynamic='-rdynamic'
if test "$_real" = yes && not win32 ; then
if test "$_real" = yes || test "$_xanim" = yes && not win32 ; then
_ld_dl_dynamic='-rdynamic'
fi