Mercurial > mplayer.hg
changeset 185:b2dfe79ffb9f
disabled DirectShow loader - use libDS_Filter instead
author | arpi_esp |
---|---|
date | Wed, 21 Mar 2001 21:09:36 +0000 |
parents | 385a68be7494 |
children | 8f393ca085bf |
files | loader/driver.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/driver.c Wed Mar 21 20:46:42 2001 +0000 +++ b/loader/driver.c Wed Mar 21 21:09:36 2001 +0000 @@ -13,8 +13,8 @@ #include <wine/vfw.h> #include <registry.h> -#include "com.h" -typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**); +//#include "com.h" +//typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**); #ifdef __FreeBSD__ @@ -155,7 +155,7 @@ if (!(npDriver->DriverProc = (DRIVERPROC) GetProcAddress(npDriver->hDriverModule, "DriverProc"))) { -#if 0 +#if 1 printf("Library %s is not a VfW/ACM valid codec\n", win32_codec_name); #else // Try DirectShow...