view vidix/dhahelperwin/dhahelper.rc @ 28322:fa1f53d4d263

Add missing header for av_gcd, fixes the warning: libaf/af_resample.c:204: warning: implicit declaration of function 'av_gcd'
author diego
date Sun, 25 Jan 2009 19:20:30 +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"