]> git.sesse.net Git - ffmpeg/commitdiff
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 b990b769b3db9975902e005302dd0e4c4e0a7e71..b437f37c81eee69b2580724eb96b62a0453293b2 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);