diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-07-10 02:30:41 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-07-10 02:32:08 +0200 |
commit | 033dc39c561ff12c625bbe7f646d65f94e514e4c (patch) | |
tree | ac3d3f443fa5d482ca13916f6071633d442b43a1 | |
parent | 60c6959b6bf853d7e4c2728000b89b2f4682278a (diff) | |
parent | 67c884eb07c7e9f2cb72bb8d447d945e5ac8cac7 (diff) | |
download | ffmpeg-033dc39c561ff12c625bbe7f646d65f94e514e4c.tar.gz |
Merge commit '67c884eb07c7e9f2cb72bb8d447d945e5ac8cac7'
* commit '67c884eb07c7e9f2cb72bb8d447d945e5ac8cac7':
libvpx: Add the library header
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/libvpx.h | 2 |
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); |