Mercurial > mplayer.hg
diff configure @ 26117:60496a1d9e98
Move decision about whether or not to compile Windows emulation
infrastructure to configure.
author | diego |
---|---|
date | Mon, 03 Mar 2008 18:12:05 +0000 |
parents | 5306b54354c4 |
children | f967b5f33697 |
line wrap: on
line diff
--- a/configure Mon Mar 03 17:51:36 2008 +0000 +++ b/configure Mon Mar 03 18:12:05 2008 +0000 @@ -6209,6 +6209,7 @@ _res_comment="using $_win32codecsdir" if ! win32 ; then _def_win32_loader='#define WIN32_LOADER 1' + _win32_emulation=yes else _ld_extra="$_ld_extra -ladvapi32 -lole32" _res_comment="using native windows" @@ -7748,6 +7749,7 @@ DVDCSS_INTERNAL = $_libdvdcss_internal DVDNAV = $_dvdnav WIN32DLL = $_win32dll +WIN32_EMULATION = $_win32_emulation QTX_CODECS = $_qtx QTX_EMULATION = $_qtx_emulation REAL_CODECS = $_real