[FFmpeg-cvslog] libvpx: Add the library header
Vittorio Giovara
git at videolan.org
Fri Jul 10 03:53:57 CEST 2015
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Thu Jul 9 21:36:19 2015 +0200| [67c884eb07c7e9f2cb72bb8d447d945e5ac8cac7] | committer: Luca Barbato
libvpx: Add the library header
Unbreak make checkheaders
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=67c884eb07c7e9f2cb72bb8d447d945e5ac8cac7
---
libavcodec/libvpx.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/libvpx.h b/libavcodec/libvpx.h
index b990b76..b437f37 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);
More information about the ffmpeg-cvslog
mailing list