From f52aafce6ad5a5ac092ef63d84841afef1de9d7c Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 31 Mar 2007 23:02:36 +0000 Subject: [PATCH] Move QNX-specific settings next to the other OS-specific settings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22865 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 7be1c14e60..2fe450446e 100755 --- a/configure +++ b/configure @@ -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