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:
diego 2008-01-06 16:31:26 +00:00
parent 37b73c7b07
commit b1760bdba5
5 changed files with 3 additions and 3 deletions

View File

@ -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 \

View File

@ -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 )
{

View File

@ -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 );