1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-22 14:52:43 +00:00

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

View File

@ -13,8 +13,8 @@
#include <wine/vfw.h> #include <wine/vfw.h>
#include <registry.h> #include <registry.h>
#include "com.h" //#include "com.h"
typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**); //typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**);
#ifdef __FreeBSD__ #ifdef __FreeBSD__
@ -155,7 +155,7 @@ DrvOpen(LPARAM lParam2)
if (!(npDriver->DriverProc = (DRIVERPROC) if (!(npDriver->DriverProc = (DRIVERPROC)
GetProcAddress(npDriver->hDriverModule, "DriverProc"))) { GetProcAddress(npDriver->hDriverModule, "DriverProc"))) {
#if 0 #if 1
printf("Library %s is not a VfW/ACM valid codec\n", win32_codec_name); printf("Library %s is not a VfW/ACM valid codec\n", win32_codec_name);
#else #else
// Try DirectShow... // Try DirectShow...