Mercurial > mplayer.hg
changeset 22847:97cb08575ed5
Move QNX-specific settings next to the other OS-specific settings.
author | diego |
---|---|
date | Sat, 31 Mar 2007 23:02:36 +0000 |
parents | 6581c3762128 |
children | 82f06c55cf97 |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Mar 31 23:01:53 2007 +0000 +++ b/configure Sat Mar 31 23:02:36 2007 +0000 @@ -1312,6 +1312,10 @@ _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 @@ 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