Mercurial > mplayer.hg
changeset 28467:0450a90b81cb
Revert #undefining system functions, it is not necessary.
author | diego |
---|---|
date | Mon, 09 Feb 2009 20:31:35 +0000 |
parents | b70a583014e4 |
children | b9da026ee222 |
files | libswscale/swscale-example.c |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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;