changeset 12375:98004cbdda4e libavcodec

libvpxdec: Fix "error: implicit declaration of function ¡Æav_check_image_size¡Ç". av_check_image_size() is declared in libavcore/imgutils.h.
author alexc
date Fri, 06 Aug 2010 18:57:14 +0000
parents 9999147e9d50
children 7e9b2d528e59
files libvpxdec.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvpxdec.c	Fri Aug 06 16:10:42 2010 +0000
+++ b/libvpxdec.c	Fri Aug 06 18:57:14 2010 +0000
@@ -27,6 +27,7 @@
 #include <vpx/vpx_decoder.h>
 #include <vpx/vp8dx.h>
 
+#include "libavcore/imgutils.h"
 #include "avcodec.h"
 
 typedef struct VP8DecoderContext {