From ed20fbcd48b02597a39ec25676615a9ef4bf3d00 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 31 Jan 2019 22:35:44 +0100 Subject: lavc/aarch64/vp8dsp: Fix the include guard. Fixes fate-source. --- libavcodec/aarch64/vp8dsp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/aarch64/vp8dsp.h') diff --git a/libavcodec/aarch64/vp8dsp.h b/libavcodec/aarch64/vp8dsp.h index 960dfa8124..ea7665dcc8 100644 --- a/libavcodec/aarch64/vp8dsp.h +++ b/libavcodec/aarch64/vp8dsp.h @@ -16,8 +16,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef AVCODEC_ARM_VP8DSP_H -#define AVCODEC_ARM_VP8DSP_H +#ifndef AVCODEC_AARCH64_VP8DSP_H +#define AVCODEC_AARCH64_VP8DSP_H #include "libavcodec/vp8dsp.h" @@ -67,4 +67,4 @@ VP8_MC(epel ## w ## _h4v6, opt); \ VP8_MC(epel ## w ## _h6v6, opt) -#endif /* AVCODEC_ARM_VP8DSP_H */ +#endif /* AVCODEC_AARCH64_VP8DSP_H */ -- cgit v1.2.3