[Mplayer-cvslog] CVS: main configure,1.800,1.801

Michael Niedermayer CVS michael at mplayerhq.hu
Sun Nov 2 14:45:52 CET 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv22818

Modified Files:
	configure 
Log Message:
protect config.h from multiple iinclusion patch by (Björn Sandell <biorn at dce dot chalmers dot se>)


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.800
retrieving revision 1.801
diff -u -r1.800 -r1.801
--- configure	2 Nov 2003 10:14:05 -0000	1.800
+++ configure	2 Nov 2003 13:45:24 -0000	1.801
@@ -5854,6 +5854,10 @@
 /* -------- This file has been automatically generated by configure ---------
    Note: Any changes in it will be lost when you run configure again. */
 
+/* Protect against multiple inclusion */
+#ifndef MPLAYER_CONFIG_H
+#define MPLAYER_CONFIG_H 1
+
 /* use GNU internationalization */
 $_def_i18n
 
@@ -6388,6 +6392,7 @@
 #define X11_FULLSCREEN 1
 #endif
 
+#endif /* MPLAYER_CONFIG_H */
 EOF
 
 #############################################################################



More information about the MPlayer-cvslog mailing list