From 71c200b0cbd80c47f13296c7216e84378460ebf4 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 9 Feb 2009 20:31:35 +0000 Subject: Revert #undefining system functions, it is not necessary. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28502 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/swscale-example.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libswscale') diff --git a/libswscale/swscale-example.c b/libswscale/swscale-example.c index 58473e3145..328d98d8d0 100644 --- a/libswscale/swscale-example.c +++ b/libswscale/swscale-example.c @@ -30,13 +30,6 @@ #include "swscale.h" #include "swscale_internal.h" -#undef fprintf -#undef free -#undef malloc -#undef perror -#undef printf -#undef random - static uint64_t getSSD(uint8_t *src1, uint8_t *src2, int stride1, int stride2, int w, int h){ int x,y; uint64_t ssd=0; -- cgit v1.2.3