summaryrefslogtreecommitdiff
path: root/libavcodec/libvpx.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-07-09 21:36:19 +0200
committerLuca Barbato <lu_zero@gentoo.org>2015-07-09 21:36:19 +0200
commit67c884eb07c7e9f2cb72bb8d447d945e5ac8cac7 (patch)
tree3256e957bc5f1accccdb50df618fb3bcbee8c927 /libavcodec/libvpx.h
parent461b45efd04859b2672238bc8a6ecab9e9a14948 (diff)
libvpx: Add the library header
Unbreak make checkheaders
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 b990b769b3..b437f37c81 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"
enum AVPixelFormat ff_vpx_imgfmt_to_pixfmt(vpx_img_fmt_t img);