Mercurial > mplayer.hg
changeset 23797:ce7bb9afa58a
fix redundant redeclaration warning
author | Gabrov |
---|---|
date | Wed, 18 Jul 2007 13:02:08 +0000 |
parents | 298fedea557d |
children | 2db7db867ca4 |
files | mp_core.h mplayer.c |
diffstat | 2 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mp_core.h Wed Jul 18 12:15:10 2007 +0000 +++ b/mp_core.h Wed Jul 18 13:02:08 2007 +0000 @@ -113,7 +113,6 @@ extern int term_osd; extern int fixed_vo; extern int ass_enabled; -extern int fixed_vo; extern int forced_subs_only; // These were listed as externs in mplayer.c, should be in some other header
--- a/mplayer.c Wed Jul 18 12:15:10 2007 +0000 +++ b/mplayer.c Wed Jul 18 13:02:08 2007 +0000 @@ -24,7 +24,6 @@ #define SIGKILL 9 /* kill (cannot be caught or ignored) */ #define SIGBUS 10 /* bus error */ #define SIGPIPE 13 /* broken pipe */ -extern int mp_input_win32_slave_cmd_func(int fd,char* dest,int size); #endif #include <sys/time.h>