Mercurial > mplayer.hg
view vidix/dhahelperwin/dhahelper.rc @ 26625:5b89b42f6d50
Only compile and use libmpeg2 AltiVec code when AltiVec is available. The
AltiVec code needs -maltivec to compile, but then AltiVec instructions
appear in other places of the code causing MPlayer to sigill.
Somehow upstream libmpeg2 manages not to sigill under what appear to be
the same circumstances. Enlightenment welcome.
author | diego |
---|---|
date | Sat, 03 May 2008 15:23:22 +0000 |
parents | 173d35b7aca3 |
children | e83eef58b30a |
line wrap: on
line source
#include <windows.h> #include <ntverp.h> #undef VER_COMPANYNAME_STR #undef VER_PRODUCTNAME_STR #define VER_FILETYPE VFT_DRV #define VER_FILESUBTYPE VFT2_DRV_SYSTEM #define VER_FILEDESCRIPTION_STR "DhaHelper - Direct HardWare Access Driver" #define VER_INTERNALNAME_STR "DhaHelper.sys" #define VER_ORIGINALFILENAME_STR "DhaHelper.sys" #define VER_LEGALCOPYRIGHT_STR "Sascha Sommer" #define VER_COMPANYNAME_STR "MPlayer <http://svn.mplayerhq.hu/mplayer/trunk/vidix/dhahelperwin/>" #define VER_PRODUCTNAME_STR "DhaHelper Driver V1.0" #include "common.ver"