From 5abd4a932337e18f65cb1b229752299ed0573dcf Mon Sep 17 00:00:00 2001 From: James Almer Date: Fri, 26 Jun 2015 16:37:19 -0300 Subject: libvpx: disable unused function prototypes Fixes make checkheader Signed-off-by: James Almer --- libavcodec/libvpx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/libvpx.h') diff --git a/libavcodec/libvpx.h b/libavcodec/libvpx.h index 41c246ba74..89a7bb1b34 100644 --- a/libavcodec/libvpx.h +++ b/libavcodec/libvpx.h @@ -24,7 +24,9 @@ #include "avcodec.h" void ff_vp9_init_static(AVCodec *codec); +#if 0 enum AVPixelFormat ff_vpx_imgfmt_to_pixfmt(vpx_img_fmt_t img); vpx_img_fmt_t ff_vpx_pixfmt_to_imgfmt(enum AVPixelFormat pix); +#endif #endif /* AVCODEC_LIBVPX_H */ -- cgit v1.2.3