From 180f9a09588d1c68983692bb5245213956fdde11 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Thu, 28 Jan 2016 18:25:13 -0800 Subject: all: Make header guard names consistent --- libavcodec/aacps_tablegen.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/aacps_tablegen.h') diff --git a/libavcodec/aacps_tablegen.h b/libavcodec/aacps_tablegen.h index 0bd51ccf57..0ac4f68d68 100644 --- a/libavcodec/aacps_tablegen.h +++ b/libavcodec/aacps_tablegen.h @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef AACPS_TABLEGEN_H -#define AACPS_TABLEGEN_H +#ifndef AVCODEC_AACPS_TABLEGEN_H +#define AVCODEC_AACPS_TABLEGEN_H #include #include @@ -214,4 +214,4 @@ static av_cold void ps_tableinit(void) } #endif /* CONFIG_HARDCODED_TABLES */ -#endif /* AACPS_TABLEGEN_H */ +#endif /* AVCODEC_AACPS_TABLEGEN_H */ -- cgit v1.2.3