# HG changeset patch # User arpi_esp # Date 985208976 0 # Node ID b2dfe79ffb9f75a044af2efd4d6b65b064ea5d29 # Parent 385a68be7494ab8a96cd81f29da92317e8fea3a3 disabled DirectShow loader - use libDS_Filter instead diff -r 385a68be7494 -r b2dfe79ffb9f loader/driver.c --- 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 #include -#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...