[vlc-devel] [PATCH 20/27] modules/codec/avcodec: fixed include-guards

Filip Roséen filip at atch.se
Mon Feb 22 01:13:01 CET 2016


  * renamed include-guards to fix issues with reserved identifiers
---
 modules/codec/avcodec/chroma.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/codec/avcodec/chroma.h b/modules/codec/avcodec/chroma.h
index d7ef4ef..e00bf24 100644
--- a/modules/codec/avcodec/chroma.h
+++ b/modules/codec/avcodec/chroma.h
@@ -23,8 +23,8 @@
 
 /* VLC <-> avutil tables */
 
-#ifndef _VLC_AVUTIL_CHROMA_H
-#define _VLC_AVUTIL_CHROMA_H 1
+#ifndef VLC_AVCODEC_CHROMA_H_
+#define VLC_AVCODEC_CHROMA_H_
 
 int FindFfmpegChroma( vlc_fourcc_t );
 int GetFfmpegChroma( int *i_ffmpeg_chroma, const video_format_t *fmt );
-- 
2.7.1



More information about the vlc-devel mailing list