[MPlayer-cvslog] r22865 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Apr 1 01:02:37 CEST 2007
Author: diego
Date: Sun Apr 1 01:02:36 2007
New Revision: 22865
Modified:
trunk/configure
Log:
Move QNX-specific settings next to the other OS-specific settings.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Apr 1 01:02:36 2007
@@ -1312,6 +1312,10 @@ if amigaos ; then
_def_stream_cache="#undef USE_STREAM_CACHE"
fi
+if qnx ; then
+ _ld_extra="$_ld_extra -lph"
+fi
+
# Check how to call 'head' and 'tail'. Newer versions spit out warnings
# if used as 'head -1' instead of 'head -n 1', but older versions don't
# know about '-n'.
@@ -2503,11 +2507,6 @@ if test "$_vidix_internal" = auto ; then
fi
-# On QNX we must link to libph - Gabucino
-if qnx ; then
- _ld_extra="$_ld_extra -lph"
-fi
-
# checking for a working awk, I'm using mawk first, because it's fastest - atmos
_awk=awk
if test "$_vidix_internal" = yes ; then
More information about the MPlayer-cvslog
mailing list