[Mplayer-cvslog] CVS: main/libvo video_out.h,1.23,1.24

Nick Kurshev nick at mplayer.dev.hu
Sun Mar 3 19:47:31 CET 2002


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv14394/main/libvo

Modified Files:
	video_out.h 
Log Message:
're-include' possibility

Index: video_out.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- video_out.h	22 Feb 2002 18:00:38 -0000	1.23
+++ video_out.h	3 Mar 2002 18:47:28 -0000	1.24
@@ -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 char *vo_subdevice;
 
+#endif




More information about the MPlayer-cvslog mailing list