mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 00:29:02 +00:00
Warnings fix by Sylvain Petreolle <spetreolle@yahoo.fr>, fixed by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6769 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3d0c8ff3bd
commit
265e6e90b1
@ -1,6 +1,7 @@
|
||||
#include "DS_Filter.h"
|
||||
#include "driver.h"
|
||||
#include "com.h"
|
||||
#include "module.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <wine/elfdll.h>
|
||||
#endif
|
||||
#include "win32.h"
|
||||
#include "module.h"
|
||||
//#include "driver.h"
|
||||
|
||||
//#undef TRACE
|
||||
|
6
loader/module.h
Normal file
6
loader/module.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef LOADER_MODULE_H
|
||||
#define LOADER_MODULE_H
|
||||
void CodecRelease(void);
|
||||
void CodecAlloc(void);
|
||||
|
||||
#endif // LOADER_MODULE_H
|
Loading…
Reference in New Issue
Block a user