1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-21 02:41:13 +00:00

make MPlayer link on QNX

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8130 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2002-11-07 21:15:47 +00:00
parent 0ae099d93e
commit 19e8eb18e4

5
configure vendored
View File

@ -1418,6 +1418,11 @@ if test "$_vidix" = auto ; then
sunos && _vidix=no
fi
# On QNX we must link to libph - Gabucino
if qnx ; then
_ld_arch="$_ld_arch -lph"
fi
# checking for a working awk, I'm using mawk first, because it's fastest - atmos
_awk=
if test "$_vidix" = yes ; then