disabled DirectShow loader - use libDS_Filter instead

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@186 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-03-21 21:09:36 +00:00
parent 3447951c9d
commit efe94af4ff
1 changed files with 3 additions and 3 deletions

View File

@ -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 @@ DrvOpen(LPARAM lParam2)
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...