From 8b9ca10a4dfec2feb9b1653b2d032292e1ea6866 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 4 Oct 2006 13:54:56 +0000 Subject: Fix warnings: swscale-example.c:87: warning: implicit declaration of function 'sws_format_name' swscale-example.c:214: warning: implicit declaration of function 'sws_rgb2rgb_init' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20037 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/swscale-example.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libswscale') diff --git a/libswscale/swscale-example.c b/libswscale/swscale-example.c index 2bb168595e..2c2ddd7366 100644 --- a/libswscale/swscale-example.c +++ b/libswscale/swscale-example.c @@ -25,6 +25,8 @@ #undef HAVE_AV_CONFIG_H #include "avutil.h" #include "swscale.h" +#include "swscale_internal.h" +#include "rgb2rgb.h" static uint64_t getSSD(uint8_t *src1, uint8_t *src2, int stride1, int stride2, int w, int h){ int x,y; -- cgit v1.2.3