mirror of https://github.com/mpv-player/mpv
Remove disabled AVIFILE-specific preprocessor code.
It will never get enabled in MPlayer, nor is it more than cruft. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30526 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
79641e6232
commit
edf4053b98
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue