Mercurial > mplayer.hg
changeset 2894:59f0e533f5b3
this test needed fixing too
author | gabucino |
---|---|
date | Wed, 14 Nov 2001 02:17:07 +0000 |
parents | 2a1a52dc5a5e |
children | dd3fabd01df0 |
files | configure |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Nov 14 01:41:32 2001 +0000 +++ b/configure Wed Nov 14 02:17:07 2001 +0000 @@ -594,10 +594,12 @@ _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