changeset 32126:98f341e62270

Add standard multiple inclusion guards.
author diego
date Sun, 12 Sep 2010 17:05:44 +0000
parents 5e5a5c52e264
children 24299859359f
files libvo/vo_corevideo.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_corevideo.h	Sun Sep 12 16:11:05 2010 +0000
+++ b/libvo/vo_corevideo.h	Sun Sep 12 17:05:44 2010 +0000
@@ -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 */