diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-11-07 21:15:47 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-11-07 21:15:47 +0000 |
commit | 19e8eb18e4803023bbe05349f92ddcd0d1f7ee7e (patch) | |
tree | 45a6248ee8f0fb8f32a4ecb4108e512c4914959c /configure | |
parent | 0ae099d93e204435845da4195b63209c5382d89b (diff) |
make MPlayer link on QNX
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8130 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |