From 4e7f09313d6948ce222aa8e0c0c405a6d3e99ab3 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 9 Sep 2007 13:41:45 +0000 Subject: Add comments to some #endif preprocessor directives. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24383 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index de269f4d9d..f0bee8b5c6 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -77,7 +77,7 @@ extern char *menu_fribidi_charset; extern int menu_flip_hebrew; extern int menu_fribidi_flip_commas; #endif -#endif +#endif /* HAVE_MENU */ #ifdef HAVE_ZR extern int vo_zr_parseoption(m_option_t* conf, char *opt, char * param); @@ -315,10 +315,10 @@ m_option_t mplayer_opts[]={ {"menu-noflip-hebrew", &menu_flip_hebrew, CONF_TYPE_FLAG, 0, 1, 0, NULL}, {"menu-flip-hebrew-commas", &menu_fribidi_flip_commas, CONF_TYPE_FLAG, 0, 1, 0, NULL}, {"menu-noflip-hebrew-commas", &menu_fribidi_flip_commas, CONF_TYPE_FLAG, 0, 0, 1, NULL}, -#endif +#endif /* USE_FRIBIDI */ #else {"menu", "OSD menu support was not compiled in.\n", CONF_TYPE_PRINT,0, 0, 0, NULL}, -#endif +#endif /* HAVE_MENU */ // these should be moved to -common, and supported in MEncoder {"vobsub", &vobsub_name, CONF_TYPE_STRING, 0, 0, 0, NULL}, -- cgit v1.2.3