[Mplayer-cvslog] CVS: main configure,1.597,1.598
Winner of tha face compo
gabucino at mplayerhq.hu
Thu Nov 7 22:15:50 CET 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv14034
Modified Files:
configure
Log Message:
make MPlayer link on QNX
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.597
retrieving revision 1.598
diff -u -r1.597 -r1.598
--- configure 5 Nov 2002 07:34:55 -0000 1.597
+++ configure 7 Nov 2002 21:15:47 -0000 1.598
@@ -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
More information about the MPlayer-cvslog
mailing list