summaryrefslogtreecommitdiff
path: root/libavcodec/libvpx.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-07-10 02:30:41 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-07-10 02:32:08 +0200
commit033dc39c561ff12c625bbe7f646d65f94e514e4c (patch)
treeac3d3f443fa5d482ca13916f6071633d442b43a1 /libavcodec/libvpx.h
parent60c6959b6bf853d7e4c2728000b89b2f4682278a (diff)
parent67c884eb07c7e9f2cb72bb8d447d945e5ac8cac7 (diff)
downloadffmpeg-033dc39c561ff12c625bbe7f646d65f94e514e4c.tar.gz
Merge commit '67c884eb07c7e9f2cb72bb8d447d945e5ac8cac7'
* commit '67c884eb07c7e9f2cb72bb8d447d945e5ac8cac7': libvpx: Add the library header Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/libvpx.h')
-rw-r--r--libavcodec/libvpx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/libvpx.h b/libavcodec/libvpx.h
index 89a7bb1b34..22b697fa01 100644
--- a/libavcodec/libvpx.h
+++ b/libavcodec/libvpx.h
@@ -21,6 +21,8 @@
#ifndef AVCODEC_LIBVPX_H
#define AVCODEC_LIBVPX_H
+#include <vpx/vpx_codec.h>
+
#include "avcodec.h"
void ff_vp9_init_static(AVCodec *codec);