[Mplayer-cvslog] CVS: main/loader driver.c,1.2,1.3
GEREOFFY
arpi_esp at users.sourceforge.net
Wed Mar 21 22:09:39 CET 2001
Update of /cvsroot/mplayer/main/loader
In directory usw-pr-cvs1:/tmp/cvs-serv17663
Modified Files:
driver.c
Log Message:
disabled DirectShow loader - use libDS_Filter instead
Index: driver.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/driver.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** driver.c 2001/03/18 01:01:02 1.2
--- driver.c 2001/03/21 21:09:36 1.3
***************
*** 14,19 ****
#include <registry.h>
! #include "com.h"
! typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**);
--- 14,19 ----
#include <registry.h>
! //#include "com.h"
! //typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**);
***************
*** 156,160 ****
if (!(npDriver->DriverProc = (DRIVERPROC)
GetProcAddress(npDriver->hDriverModule, "DriverProc"))) {
! #if 0
printf("Library %s is not a VfW/ACM valid codec\n", win32_codec_name);
#else
--- 156,160 ----
if (!(npDriver->DriverProc = (DRIVERPROC)
GetProcAddress(npDriver->hDriverModule, "DriverProc"))) {
! #if 1
printf("Library %s is not a VfW/ACM valid codec\n", win32_codec_name);
#else
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list