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:
parent
3447951c9d
commit
efe94af4ff
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user