1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

lavc/aarch64/vp8dsp: Fix the include guard.

Fixes fate-source.
This commit is contained in:
Carl Eugen Hoyos
2019-01-31 22:35:44 +01:00
parent 22fc9cdd7e
commit ed20fbcd48

View File

@@ -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 */