summaryrefslogtreecommitdiffstats
path: root/libvo/vo_corevideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_corevideo.h')
-rw-r--r--libvo/vo_corevideo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvo/vo_corevideo.h b/libvo/vo_corevideo.h
index 2590df871c..926399053f 100644
--- a/libvo/vo_corevideo.h
+++ b/libvo/vo_corevideo.h
@@ -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 */