[MPlayer-cvslog] r25574 - in trunk: libmpdemux/parse_mp4.h libvo/font_load.h libvo/geometry.h mangle.h
diego
subversion at mplayerhq.hu
Tue Jan 1 21:00:20 CET 2008
Author: diego
Date: Tue Jan 1 21:00:20 2008
New Revision: 25574
Log:
Consistently use just the name of the #ifdef directive in #endif comments.
Modified:
trunk/libmpdemux/parse_mp4.h
trunk/libvo/font_load.h
trunk/libvo/geometry.h
trunk/mangle.h
Modified: trunk/libmpdemux/parse_mp4.h
==============================================================================
--- trunk/libmpdemux/parse_mp4.h (original)
+++ trunk/libmpdemux/parse_mp4.h Tue Jan 1 21:00:20 2008
@@ -107,5 +107,5 @@ typedef struct {
int mp4_parse_esds(unsigned char *data, int datalen, esds_t *esds);
void mp4_free_esds(esds_t *esds);
-#endif /* !PARSE_MP4_H */
+#endif /* PARSE_MP4_H */
Modified: trunk/libvo/font_load.h
==============================================================================
--- trunk/libvo/font_load.h (original)
+++ trunk/libvo/font_load.h Tue Jan 1 21:00:20 2008
@@ -102,4 +102,4 @@ static int kerning(font_desc_t *desc, in
raw_file* load_raw(char *name,int verbose);
font_desc_t* read_font_desc(const char* fname,float factor,int verbose);
-#endif /* ! MPLAYER_FONT_LOAD_H */
+#endif /* MPLAYER_FONT_LOAD_H */
Modified: trunk/libvo/geometry.h
==============================================================================
--- trunk/libvo/geometry.h (original)
+++ trunk/libvo/geometry.h Tue Jan 1 21:00:20 2008
@@ -6,4 +6,5 @@ extern char *vo_geometry;
extern int geometry_wh_changed;
extern int geometry_xy_changed;
int geometry(int *xpos, int *ypos, int *widw, int *widh, int scrw, int scrh);
-#endif /* !GEOMETRY_H */
+
+#endif /* GEOMETRY_H */
Modified: trunk/mangle.h
==============================================================================
--- trunk/mangle.h (original)
+++ trunk/mangle.h Tue Jan 1 21:00:20 2008
@@ -15,5 +15,4 @@
#define MANGLE(a) #a
#endif
-#endif /* !MANGLE_H */
-
+#endif /* MANGLE_H */
More information about the MPlayer-cvslog
mailing list