From 96b2f29e154d7d51771e5c51362bbf33944235d6 Mon Sep 17 00:00:00 2001 From: gabucino Date: Wed, 14 Nov 2001 02:17:07 +0000 Subject: [PATCH] this test needed fixing too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2895 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 786f68547f..f66fc70a6c 100755 --- a/configure +++ b/configure @@ -594,10 +594,12 @@ linux && _fbdev=yes _lirc=no _css=no _dvdread=no -_win32=yes -_dshow=yes +_win32=no +_dshow=no _xanim=yes -test "$host_arch" != i386 && _dshow=no _win32=no +if test x"$host_arch" = x"i386" -o x"$host_arch" = x"i486" -o x"$host_arch" = x"i586" -o x"$host_arch" = x"i686" ; then + _win32=yes ; _dshow=yes +fi _fastmemcpy=yes _streaming=no _libavcodec=no