OSDN Git Service

libvpx: Add the library header
authorVittorio Giovara <vittorio.giovara@gmail.com>
Thu, 9 Jul 2015 19:36:19 +0000 (21:36 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 9 Jul 2015 19:36:19 +0000 (21:36 +0200)
Unbreak make checkheaders

libavcodec/libvpx.h

index b990b76..b437f37 100644 (file)
@@ -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);