diff cfg-mplayer.h @ 24363:93510574eb68

Add comments to some #endif preprocessor directives.
author diego
date Sun, 09 Sep 2007 13:41:45 +0000
parents 2bf8d87447d7
children 1ffee941dbd3
line wrap: on
line diff
--- a/cfg-mplayer.h	Sun Sep 09 12:19:57 2007 +0000
+++ b/cfg-mplayer.h	Sun Sep 09 13:41:45 2007 +0000
@@ -77,7 +77,7 @@
 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 @@
 	{"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},