summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-03 18:47:29 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-03 18:47:29 +0000
commitf6878753fbd0d509134ac24c0e9f404ac74fc4fe (patch)
treee6c4a80842624e9cf0c2f8f7168e0823e99fe3be /libvo/video_out.h
parent154afc3d8010fab81d75fbf920af15187ea73ebf (diff)
downloadmpv-f6878753fbd0d509134ac24c0e9f404ac74fc4fe.tar.bz2
mpv-f6878753fbd0d509134ac24c0e9f404ac74fc4fe.tar.xz
're-include' possibility
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4934 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 1a461430da..3982cc8648 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -5,6 +5,9 @@
* Strongly modified, most parts rewritten: A'rpi/ESP-team - 2000-2001
*
*/
+
+#ifndef __VIDEO_OUT_H
+#define __VIDEO_OUT_H 1
#include <inttypes.h>
#include <stdarg.h>
@@ -202,3 +205,4 @@ extern float vo_fps;
extern char *vo_subdevice;
+#endif