Mercurial > mplayer.hg
changeset 32954:682b370ac832
Get prototype for GetTimerMS() from header file.
author | ib |
---|---|
date | Mon, 07 Mar 2011 20:15:30 +0000 |
parents | 5e58be6ff558 |
children | e12d6cd72b75 |
files | gui/mplayer/gui_common.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/mplayer/gui_common.c Mon Mar 07 20:09:30 2011 +0000 +++ b/gui/mplayer/gui_common.c Mon Mar 07 20:15:30 2011 +0000 @@ -33,14 +33,12 @@ #include "stream/stream.h" #include "mixer.h" - +#include "osdep/timer.h" #include "libmpdemux/stheader.h" #include "codec-cfg.h" #include "access_mpcontext.h" #include "libavutil/avstring.h" -unsigned int GetTimerMS( void ); - static inline void TranslateFilename( int c,char * tmp,size_t tmplen ) { int i;