summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-31 23:02:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-31 23:02:36 +0000
commitf52aafce6ad5a5ac092ef63d84841afef1de9d7c (patch)
tree0018872c63638dd32615397dcd611979b1b08a1b /configure
parent5c3df05c8c2265a09b451e3d5b0d7297fca9b569 (diff)
downloadmpv-f52aafce6ad5a5ac092ef63d84841afef1de9d7c.tar.bz2
mpv-f52aafce6ad5a5ac092ef63d84841afef1de9d7c.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files 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