From fe9ec3ffdd77e6ceb397d6823d4e3b5c00e0ea0a Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 28 Jan 2008 01:32:52 +0000 Subject: Consistently use uppercase filename as multiple inclusion guard. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25897 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ae.h | 6 +++--- libmpcodecs/ae_faac.h | 6 +++--- libmpcodecs/ae_toolame.h | 6 +++--- libmpcodecs/ae_twolame.h | 6 +++--- libmpcodecs/mpc_info.h | 6 +++--- libmpcodecs/native/mmx.h | 6 +++--- libmpcodecs/vqf.h | 6 +++--- 7 files changed, 21 insertions(+), 21 deletions(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/ae.h b/libmpcodecs/ae.h index 5e4dbdfaa8..d92d56f513 100644 --- a/libmpcodecs/ae.h +++ b/libmpcodecs/ae.h @@ -1,6 +1,6 @@ -#ifndef MPAE_H -#define MPAE_H +#ifndef AE_H +#define AE_H #define ACODEC_COPY 0 #define ACODEC_PCM 1 @@ -43,4 +43,4 @@ typedef struct audio_encoder_s { audio_encoder_t *new_audio_encoder(muxer_stream_t *stream, audio_encoding_params_t *params); -#endif /* MPAE_H */ +#endif /* AE_H */ diff --git a/libmpcodecs/ae_faac.h b/libmpcodecs/ae_faac.h index bc0cdff6b6..10366e03b6 100644 --- a/libmpcodecs/ae_faac.h +++ b/libmpcodecs/ae_faac.h @@ -1,8 +1,8 @@ -#ifndef MPAE_FAAC_H -#define MPAE_FAAC_H +#ifndef AE_FAAC_H +#define AE_FAAC_H #include "ae.h" int mpae_init_faac(audio_encoder_t *encoder); -#endif /* MPAE_FAAC_H */ +#endif /* AE_FAAC_H */ diff --git a/libmpcodecs/ae_toolame.h b/libmpcodecs/ae_toolame.h index 8deabdffe0..06c8c35b8e 100644 --- a/libmpcodecs/ae_toolame.h +++ b/libmpcodecs/ae_toolame.h @@ -1,5 +1,5 @@ -#ifndef MPAE_TOOLAME_H -#define MPAE_TOOLAME_H +#ifndef AE_TOOLAME_H +#define AE_TOOLAME_H #include "ae.h" #include @@ -13,4 +13,4 @@ typedef struct { int mpae_init_toolame(audio_encoder_t *encoder); -#endif /* MPAE_TOOLAME_H */ +#endif /* AE_TOOLAME_H */ diff --git a/libmpcodecs/ae_twolame.h b/libmpcodecs/ae_twolame.h index 08811f7680..ae226ea059 100644 --- a/libmpcodecs/ae_twolame.h +++ b/libmpcodecs/ae_twolame.h @@ -1,5 +1,5 @@ -#ifndef MPAE_TWOLAME_H -#define MPAE_TWOLAME_H +#ifndef AE_TWOLAME_H +#define AE_TWOLAME_H #include "ae.h" #include @@ -11,4 +11,4 @@ typedef struct { int mpae_init_twolame(audio_encoder_t *encoder); -#endif /* MPAE_TWOLAME_H */ +#endif /* AE_TWOLAME_H */ diff --git a/libmpcodecs/mpc_info.h b/libmpcodecs/mpc_info.h index 3cb9a2cbd2..fadf898290 100644 --- a/libmpcodecs/mpc_info.h +++ b/libmpcodecs/mpc_info.h @@ -1,6 +1,6 @@ +#ifndef MPC_INFO_H +#define MPC_INFO_H -#ifndef MP_CODEC_INFO_T -#define MP_CODEC_INFO_T typedef struct mp_codec_info_s { /* codec long name ("Autodesk FLI/FLC Animation decoder" */ @@ -22,4 +22,4 @@ typedef struct mp_codec_info_s #define CONTROL_ERROR -2 #define CONTROL_NA -3 -#endif /* MP_CODEC_INFO_T */ +#endif /* MPC_INFO_H */ diff --git a/libmpcodecs/native/mmx.h b/libmpcodecs/native/mmx.h index d9a6fb65cb..0a41e0e8a7 100644 --- a/libmpcodecs/native/mmx.h +++ b/libmpcodecs/native/mmx.h @@ -1,5 +1,5 @@ -#ifndef MPLAYER_MMX_H -#define MPLAYER_MMX_H +#ifndef MMX_H +#define MMX_H typedef union { long long q; /* Quadword (64-bit) value */ @@ -77,4 +77,4 @@ typedef union { #define emms() __asm__ __volatile__ ("emms") -#endif /* MPLAYER_MMX_H */ +#endif /* MMX_H */ diff --git a/libmpcodecs/vqf.h b/libmpcodecs/vqf.h index 54d6ca0850..8e43889def 100644 --- a/libmpcodecs/vqf.h +++ b/libmpcodecs/vqf.h @@ -5,8 +5,8 @@ // Modified for MPlayer on 2004.12.29 -#ifndef tvqdec_h -#define tvqdec_h +#ifndef VQF_H +#define VQF_H #ifdef _MSC_VER # ifdef DLL_MODULE @@ -223,4 +223,4 @@ DllPort int TvqGetFbTotalBits(); // query total number of used bits #endif -#endif /* tvqdec_h */ +#endif /* VQF_H */ -- cgit v1.2.3