diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-05-21 07:05:23 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-05-21 07:05:23 +0000 |
commit | 14eb0a2ed1da9a4cdcf55f2d13eb80327fe2d925 (patch) | |
tree | 34ad3ece646d6cc8679af7d4f5bda8843829eedc | |
parent | fca6a0dd341b8e0ee27dd15028a6b1dcbec85c22 (diff) | |
download | ffmpeg-14eb0a2ed1da9a4cdcf55f2d13eb80327fe2d925.tar.gz |
Fix imgresample-test linking.
Originally committed as revision 9085 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/imgresample.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c index cacf0f3275..8d20dd463b 100644 --- a/libavcodec/imgresample.c +++ b/libavcodec/imgresample.c @@ -815,6 +815,7 @@ the_end: #ifdef TEST #include <stdio.h> +#undef exit /* input */ #define XSIZE 256 |