Mercurial > mplayer.hg
changeset 8129:dd58e58d1ef9
make MPlayer link on QNX
author | gabucino |
---|---|
date | Thu, 07 Nov 2002 21:15:47 +0000 |
parents | 76e1fa97b090 |
children | 7018fadf1a94 |
files | configure |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Nov 07 21:12:31 2002 +0000 +++ b/configure Thu Nov 07 21:15:47 2002 +0000 @@ -1418,6 +1418,11 @@ 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