mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
QNX does not support -rdynamic.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12238 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6b3b406407
commit
9fcd066cc0
2
configure
vendored
2
configure
vendored
@ -5820,7 +5820,7 @@ fi
|
||||
# (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly)
|
||||
_ld_dl_dynamic=''
|
||||
bsd && _ld_dl_dynamic='-rdynamic'
|
||||
if test "$_real" = yes || test "$_xanim" = yes && not win32 ; then
|
||||
if test "$_real" = yes || test "$_xanim" = yes && not win32 && not qnx ; then
|
||||
_ld_dl_dynamic='-rdynamic'
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user