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
1 changed files with 3 additions and 3 deletions

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