summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64/vp9dsp_init.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-25 12:10:13 +0100
committerClément Bœsch <u@pkh.me>2017-03-27 21:38:21 +0200
commit1c9f4b507888ac94c7d9f7a6ac9edfe6880fa821 (patch)
tree915625969a0bb69ef30124675632f97456039f03 /libavcodec/aarch64/vp9dsp_init.h
parent487ca38e8bc416239f49b9b7768814fa7be82b5f (diff)
lavc/vp9: split into vp9{block,data,mvs}
This is following Libav layout to ease merges.
Diffstat (limited to 'libavcodec/aarch64/vp9dsp_init.h')
-rw-r--r--libavcodec/aarch64/vp9dsp_init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aarch64/vp9dsp_init.h b/libavcodec/aarch64/vp9dsp_init.h
index 9df1752c62..e288fb482b 100644
--- a/libavcodec/aarch64/vp9dsp_init.h
+++ b/libavcodec/aarch64/vp9dsp_init.h
@@ -21,7 +21,7 @@
#ifndef AVCODEC_AARCH64_VP9DSP_INIT_H
#define AVCODEC_AARCH64_VP9DSP_INIT_H
-#include "libavcodec/vp9dsp.h"
+#include "libavcodec/vp9.h"
void ff_vp9dsp_init_10bpp_aarch64(VP9DSPContext *dsp);
void ff_vp9dsp_init_12bpp_aarch64(VP9DSPContext *dsp);