../wine/winnt.h:625:2: #error You need to define a CONTEXT for your CPU In file included from ../wine/pe_image.h:4, from ../wine/module.h:11, from ../dshow/guids.h:5, from dmo_guids.h:4, from dmo_guids.c:1: ../wine/winnt.h:625:2: #error You need to define a CONTEXT for your CPU make[2]: *** [depend] Error 1 make[2]: Leaving directory `/home/andy/Documents/src/MPlayer-1.0pre5/loader/dmo' make[1]: *** [depend] Error 2 make[1]: Leaving directory `/home/andy/Documents/src/MPlayer-1.0pre5' make: *** [version.h] Fehler 2
You're trying to compile the wine DLL loader included in MPlayer as 64bit. This won't work because Wine doesn't support WIN64. You have to somehow disable the Wine support in configure or compile MPlayer as a 32bit program (using linux32 and the -m32 options for linker and compiler) -Andi