Commit ed20fbcd authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavc/aarch64/vp8dsp: Fix the include guard.

Fixes fate-source.
parent 22fc9cdd
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment