# HG changeset patch # User alex # Date 1009571080 0 # Node ID 9a02b736eb37d26e5b5f7e352b509629068aaa09 # Parent f99944f9f42776c6a4d2c99f58372624322a6d29 fix for QNX - disabling win32 codecs and libmp1e under QNX diff -r f99944f9f427 -r 9a02b736eb37 configure --- a/configure Fri Dec 28 20:21:32 2001 +0000 +++ b/configure Fri Dec 28 20:24:40 2001 +0000 @@ -1834,7 +1834,8 @@ 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 @@ 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