From 14eb0a2ed1da9a4cdcf55f2d13eb80327fe2d925 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 21 May 2007 07:05:23 +0000 Subject: [PATCH] Fix imgresample-test linking. Originally committed as revision 9085 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/imgresample.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c index cacf0f3275c..8d20dd463b1 100644 --- a/libavcodec/imgresample.c +++ b/libavcodec/imgresample.c @@ -815,6 +815,7 @@ the_end: #ifdef TEST #include +#undef exit /* input */ #define XSIZE 256 -- 2.39.2