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
This commit is contained in:
alex 2001-12-28 20:24:40 +00:00
parent 9333749418
commit 2830aab169
1 changed files with 3 additions and 2 deletions

5
configure vendored
View File

@ -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