mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 00:06:25 +01:00
Rename common.[ch], there are too many files by that name.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25631 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
37b73c7b07
commit
b1760bdba5
@ -20,7 +20,7 @@ SRCS_MPLAYER = app.c \
|
||||
bitmap.c \
|
||||
cfg.c \
|
||||
interface.c \
|
||||
mplayer/common.c \
|
||||
mplayer/gui_common.c \
|
||||
mplayer/menu.c \
|
||||
mplayer/mw.c \
|
||||
mplayer/pb.c \
|
||||
|
@ -50,7 +50,7 @@ int boxMoved = 0;
|
||||
int sx = 0,sy = 0;
|
||||
int i,pot = 0;
|
||||
|
||||
#include "common.h"
|
||||
#include "gui_common.h"
|
||||
|
||||
void mplMainDraw( void )
|
||||
{
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "gmplayer.h"
|
||||
#include "play.h"
|
||||
#include "widgets.h"
|
||||
#include "common.h"
|
||||
#include "gui_common.h"
|
||||
|
||||
extern unsigned int GetTimerMS( void );
|
||||
extern unsigned int GetTimer( void );
|
||||
|
Loading…
Reference in New Issue
Block a user