summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-28 20:24:40 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-28 20:24:40 +0000
commit2830aab1695de8e5296a018509754f7538f1d637 (patch)
treeeff24255d3c23ce201372f96f206071deae1ea2d /configure
parent9333749418a0f1d981b9193d6cb4b4f57cdcd3f3 (diff)
downloadmpv-2830aab1695de8e5296a018509754f7538f1d637.tar.bz2
mpv-2830aab1695de8e5296a018509754f7538f1d637.tar.xz
fix for QNX - disabling win32 codecs and libmp1e under QNX
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3850 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 1a8f8f6f87..413df8d13d 100755
--- a/configure
+++ b/configure
@@ -1834,7 +1834,8 @@ else
fi
echores "$_nas"
-if test "$_mmx" = no ; then
+# libmp1e's audio encoder is failing under QNX
+if test "$_mmx" = no || qnx ; then
_mp1e=no
fi
if test "$_mp1e" = yes ; then
@@ -2128,7 +2129,7 @@ echores "$_vorbis"
echocheck "Win32 DLL support"
-if test "$_win32" = auto ; then
+if test "$_win32" = auto && ! qnx ; then
_win32=no
if x86 ; then
if test -z "$_win32libdir" ; then