# HG changeset patch # User alexc # Date 1281121034 0 # Node ID 98004cbdda4e3f608216a720c1008d720a70be87 # Parent 9999147e9d50fdf40b4d705c441de1d15099b5be libvpxdec: Fix "error: implicit declaration of function ¡Æav_check_image_size¡Ç". av_check_image_size() is declared in libavcore/imgutils.h. diff -r 9999147e9d50 -r 98004cbdda4e libvpxdec.c --- 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 #include +#include "libavcore/imgutils.h" #include "avcodec.h" typedef struct VP8DecoderContext {