Mercurial > mplayer.hg
changeset 23686:e26d1367fa1d
Consistently use filenames as multiple inclusion guards.
author | diego |
---|---|
date | Mon, 02 Jul 2007 21:23:42 +0000 |
parents | f15bce7943b9 |
children | 20673742a6e7 |
files | libvo/fastmemcpy.h libvo/vesa_lvo.h libvo/vosub_vidix.h libvo/wskeys.h |
diffstat | 4 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/fastmemcpy.h Mon Jul 02 20:55:05 2007 +0000 +++ b/libvo/fastmemcpy.h Mon Jul 02 21:23:42 2007 +0000 @@ -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>
--- a/libvo/vesa_lvo.h Mon Jul 02 20:55:05 2007 +0000 +++ b/libvo/vesa_lvo.h Mon Jul 02 21:23:42 2007 +0000 @@ -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,
--- a/libvo/vosub_vidix.h Mon Jul 02 20:55:05 2007 +0000 +++ b/libvo/vosub_vidix.h Mon Jul 02 21:23:42 2007 +0000 @@ -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);