# HG changeset patch # User diego # Date 1234211495 0 # Node ID 0450a90b81cbdcd514a6281a03976b397fb2a74e # Parent b70a583014e4b266bfca6788ebc1a5ac33d27722 Revert #undefining system functions, it is not necessary. diff -r b70a583014e4 -r 0450a90b81cb libswscale/swscale-example.c --- a/libswscale/swscale-example.c Mon Feb 09 20:02:04 2009 +0000 +++ b/libswscale/swscale-example.c Mon Feb 09 20:31:35 2009 +0000 @@ -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;