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
This commit is contained in:
diego 2007-03-31 23:02:36 +00:00
parent 5c3df05c8c
commit f52aafce6a
1 changed files with 4 additions and 5 deletions

9
configure vendored
View File

@ -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