Mercurial > mplayer.hg
changeset 18740:f6396989d394
Disentangle _win32 and _dshow, the test for _dshow is disabled anyway.
author | diego |
---|---|
date | Sat, 17 Jun 2006 17:11:44 +0000 |
parents | 13664a5039c7 |
children | 414398e3a3d3 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Jun 17 17:08:06 2006 +0000 +++ b/configure Sat Jun 17 17:11:44 2006 +0000 @@ -2085,8 +2085,8 @@ _3dnow=no _3dnowext=no _mmx=no _mmxext=no ;; --enable-win32) _win32=yes ;; - --disable-win32) _win32=no _dshow=no ;; - --enable-dshow) _win32=yes _dshow=yes ;; + --disable-win32) _win32=no ;; + --enable-dshow) _dshow=yes ;; --disable-dshow) _dshow=no ;; --with-x11incdir=*)