summaryrefslogtreecommitdiffstats
path: root/libavcodec/aarch64
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-01-31 22:35:44 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-01-31 22:35:44 +0100
commited20fbcd48b02597a39ec25676615a9ef4bf3d00 (patch)
tree3d0a439ae5ecbd6d81341414ebb9ca714170084b /libavcodec/aarch64
parent22fc9cdd7e2e7f2d46d992086c6566d01dd14aef (diff)
downloadffmpeg-streaming-ed20fbcd48b02597a39ec25676615a9ef4bf3d00.zip
ffmpeg-streaming-ed20fbcd48b02597a39ec25676615a9ef4bf3d00.tar.gz
lavc/aarch64/vp8dsp: Fix the include guard.
Fixes fate-source.
Diffstat (limited to 'libavcodec/aarch64')
-rw-r--r--libavcodec/aarch64/vp8dsp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/aarch64/vp8dsp.h b/libavcodec/aarch64/vp8dsp.h
index 960dfa8..ea7665d 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 */
OpenPOWER on IntegriCloud