[MPlayer-cvslog] r32210 - trunk/libvo/vo_corevideo.h

diego subversion at mplayerhq.hu
Sun Sep 12 19:05:45 CEST 2010


Author: diego
Date: Sun Sep 12 19:05:44 2010
New Revision: 32210

Log:
Add standard multiple inclusion guards.

Modified:
   trunk/libvo/vo_corevideo.h

Modified: trunk/libvo/vo_corevideo.h
==============================================================================
--- trunk/libvo/vo_corevideo.h	Sun Sep 12 18:11:05 2010	(r32209)
+++ trunk/libvo/vo_corevideo.h	Sun Sep 12 19:05:44 2010	(r32210)
@@ -20,6 +20,9 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#ifndef MPLAYER_VO_COREVIDEO_H
+#define MPLAYER_VO_COREVIDEO_H
+
 #import <Cocoa/Cocoa.h>
 #import <QuartzCore/QuartzCore.h>
 #import <Carbon/Carbon.h>
@@ -108,3 +111,5 @@
 - (void) mouseEvent: (NSEvent *) theEvent;
 - (void) check_events;
 @end
+
+#endif /* MPLAYER_VO_COREVIDEO_H */


More information about the MPlayer-cvslog mailing list