From 2830aab1695de8e5296a018509754f7538f1d637 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 28 Dec 2001 20:24:40 +0000 Subject: 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 --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3