Mercurial > mplayer.hg
changeset 3849:9a02b736eb37
fix for QNX - disabling win32 codecs and libmp1e under QNX
author | alex |
---|---|
date | Fri, 28 Dec 2001 20:24:40 +0000 |
parents | f99944f9f427 |
children | ca9cc0aaacc7 |
files | configure |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
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