summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-09 13:41:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-09 13:41:45 +0000
commit4e7f09313d6948ce222aa8e0c0c405a6d3e99ab3 (patch)
tree864618f8f165ee4e19bddf259b80103bd1a2fc8a /cfg-mplayer.h
parent750a777a0a85e0a1c86b05547b08c47afe3dab04 (diff)
downloadmpv-4e7f09313d6948ce222aa8e0c0c405a6d3e99ab3.tar.bz2
mpv-4e7f09313d6948ce222aa8e0c0c405a6d3e99ab3.tar.xz
Add comments to some #endif preprocessor directives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24383 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h6
1 files changed, 3 insertions, 3 deletions
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},