From eb67fe1a34296454149baf34ce1364563c0d9446 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 12 Sep 2010 17:05:44 +0000 Subject: vo_corevideo.h: Add standard multiple inclusion guards git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32210 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_corevideo.h | 5 +++++ 1 file changed, 5 insertions(+) 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 #import #import @@ -108,3 +111,5 @@ - (void) mouseEvent: (NSEvent *) theEvent; - (void) check_events; @end + +#endif /* MPLAYER_VO_COREVIDEO_H */ -- cgit v1.2.3