[MPlayer-cvslog] r23706 - in trunk/libvo: fastmemcpy.h vesa_lvo.h vosub_vidix.h wskeys.h
diego
subversion at mplayerhq.hu
Mon Jul 2 23:23:42 CEST 2007
Author: diego
Date: Mon Jul 2 23:23:42 2007
New Revision: 23706
Log:
Consistently use filenames as multiple inclusion guards.
Modified:
trunk/libvo/fastmemcpy.h
trunk/libvo/vesa_lvo.h
trunk/libvo/vosub_vidix.h
trunk/libvo/wskeys.h
Modified: trunk/libvo/fastmemcpy.h
==============================================================================
--- trunk/libvo/fastmemcpy.h (original)
+++ trunk/libvo/fastmemcpy.h Mon Jul 2 23:23:42 2007
@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __MPLAYER_MEMCPY
-#define __MPLAYER_MEMCPY 1
+#ifndef __FASTMEMCPY_H
+#define __FASTMEMCPY_H
#include "config.h"
#include <inttypes.h>
Modified: trunk/libvo/vesa_lvo.h
==============================================================================
--- trunk/libvo/vesa_lvo.h (original)
+++ trunk/libvo/vesa_lvo.h Mon Jul 2 23:23:42 2007
@@ -9,8 +9,8 @@
* This file contains vo_vesa interface to Linux Video Overlay.
*/
-#ifndef __VESA_LVO_INCLUDED
-#define __VESA_LVO_INCLUDED
+#ifndef __VESA_LVO_H
+#define __VESA_LVO_H
int vlvo_preinit(const char *drvname);
int vlvo_init(unsigned src_width,unsigned src_height,
Modified: trunk/libvo/vosub_vidix.h
==============================================================================
--- trunk/libvo/vosub_vidix.h (original)
+++ trunk/libvo/vosub_vidix.h Mon Jul 2 23:23:42 2007
@@ -9,8 +9,8 @@
* This file contains vosub_vidix interface to any mplayer's VO driver
*/
-#ifndef __VOSUB_VIDIX_INCLUDED
-#define __VOSUB_VIDIX_INCLUDED
+#ifndef __VOSUB_VIDIX_H
+#define __VOSUB_VIDIX_H
/* drvname can be NULL */
int vidix_preinit(const char *drvname,void *server);
Modified: trunk/libvo/wskeys.h
==============================================================================
--- trunk/libvo/wskeys.h (original)
+++ trunk/libvo/wskeys.h Mon Jul 2 23:23:42 2007
@@ -1,6 +1,6 @@
-#ifndef _MY_WSKEY
-#define _MY_WSKEY
+#ifndef _WSKEYS_H
+#define _WSKEYS_H
#define wsosbrackets '['
#define wscsbrackets ']'
More information about the MPlayer-cvslog
mailing list