[MPlayer-cvslog] r24178 - trunk/mp_core.h
diego
subversion at mplayerhq.hu
Sat Aug 25 15:28:25 CEST 2007
Author: diego
Date: Sat Aug 25 15:28:25 2007
New Revision: 24178
Log:
Fix warnings:
In file included from mplayer.c:341:
libass/ass_mp.h:27: warning: redundant redeclaration of 'ass_enabled'
mp_core.h:115: warning: previous declaration of 'ass_enabled' was here
In file included from command.c:58:
mp_core.h:115: warning: redundant redeclaration of 'ass_enabled'
libass/ass_mp.h:27: warning: previous declaration of 'ass_enabled' was here
Modified:
trunk/mp_core.h
Modified: trunk/mp_core.h
==============================================================================
--- trunk/mp_core.h (original)
+++ trunk/mp_core.h Sat Aug 25 15:28:25 2007
@@ -112,7 +112,6 @@ extern float playback_speed;
extern int osd_duration;
extern int term_osd;
extern int fixed_vo;
-extern int ass_enabled;
extern int forced_subs_only;
More information about the MPlayer-cvslog
mailing list