Mercurial > mplayer.hg
diff configure @ 3849:9a02b736eb37
fix for QNX - disabling win32 codecs and libmp1e under QNX
author | alex |
---|---|
date | Fri, 28 Dec 2001 20:24:40 +0000 |
parents | 25600d0bdc63 |
children | f767ae423309 |
line wrap: on
line diff
--- 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