1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 04:58:06 +00:00

Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can

conflict with the header by the same name in loader/wine/driver.h.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27031 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-06-08 10:43:30 +00:00
parent 108fff3efb
commit 4b34771463
8 changed files with 10 additions and 10 deletions

View File

@ -464,7 +464,7 @@ SRCS_COMMON-$(WIN32DLL) += libmpcodecs/ad_acm.c \
libmpcodecs/vd_vfwex.c \
libmpdemux/demux_avs.c \
loader/afl.c \
loader/driver.c \
loader/drv.c \
loader/vfl.c \
loader/dshow/DS_AudioDecoder.c \
loader/dshow/DS_Filter.c \

View File

@ -37,7 +37,7 @@
#ifndef __MINGW32__
#include "ext.h"
#endif
#include "driver.h"
#include "drv.h"
#include <stdio.h>
#include <stdlib.h>

View File

@ -5,7 +5,7 @@
#include "config.h"
#include "DMO_Filter.h"
#include "driver.h"
#include "drv.h"
#include "com.h"
#include <stdio.h>
#include <stdlib.h>

View File

@ -24,7 +24,7 @@
#ifdef WIN32_LOADER
#include "ldt_keeper.h"
#endif
#include "driver.h"
#include "drv.h"
#ifndef __MINGW32__
#include "ext.h"
#endif

View File

@ -3,8 +3,8 @@
* http://svn.mplayerhq.hu/mplayer/trunk/
*/
#ifndef MPLAYER_DRIVER_H
#define MPLAYER_DRIVER_H
#ifndef MPLAYER_DRV_H
#define MPLAYER_DRV_H
#ifdef __cplusplus
extern "C" {
@ -24,4 +24,4 @@ void DrvClose(HDRVR hdrvr);
}
#endif
#endif /* MPLAYER_DRIVER_H */
#endif /* MPLAYER_DRV_H */

View File

@ -5,7 +5,7 @@
#include "config.h"
#include "DS_Filter.h"
#include "driver.h"
#include "drv.h"
#include "com.h"
#include <stdio.h>
#include <string.h>

View File

@ -45,7 +45,7 @@
#include "wine/elfdll.h"
#endif
#include "win32.h"
#include "driver.h"
#include "drv.h"
#ifdef EMU_QTX_API
#include "wrapper.h"

View File

@ -21,7 +21,7 @@
#include "wine/winestring.h"
#include "wine/driver.h"
#include "wine/avifmt.h"
#include "driver.h"
#include "drv.h"
#define OpenDriverA DrvOpen
#define CloseDriver DrvClose