[MPlayer-cvslog] r30526 - trunk/loader/win32.h
diego
subversion at mplayerhq.hu
Mon Feb 8 11:14:42 CET 2010
Author: diego
Date: Mon Feb 8 11:14:42 2010
New Revision: 30526
Log:
Remove disabled AVIFILE-specific preprocessor code.
It will never get enabled in MPlayer, nor is it more than cruft.
Modified:
trunk/loader/win32.h
Modified: trunk/loader/win32.h
==============================================================================
--- trunk/loader/win32.h Mon Feb 8 11:05:49 2010 (r30525)
+++ trunk/loader/win32.h Mon Feb 8 11:14:42 2010 (r30526)
@@ -12,15 +12,6 @@
#include "wine/winbase.h"
#include "com.h"
-#ifdef AVIFILE
-#ifdef __GNUC__
-#include "avm_output.h"
-#ifndef __cplusplus
-#define printf(a, ...) avm_printf("Win32 plugin", a, ## __VA_ARGS__)
-#endif
-#endif
-#endif
-
void my_garbagecollection(void);
typedef struct {
More information about the MPlayer-cvslog
mailing list