summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-07 21:15:47 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-07 21:15:47 +0000
commit19e8eb18e4803023bbe05349f92ddcd0d1f7ee7e (patch)
tree45a6248ee8f0fb8f32a4ecb4108e512c4914959c /configure
parent0ae099d93e204435845da4195b63209c5382d89b (diff)
downloadmpv-19e8eb18e4803023bbe05349f92ddcd0d1f7ee7e.tar.bz2
mpv-19e8eb18e4803023bbe05349f92ddcd0d1f7ee7e.tar.xz
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-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index c115175070..5d53722044 100755
--- a/configure
+++ b/configure
@@ -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