Revert #undefining system functions, it is not necessary.
Originally committed as revision 28502 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
f0b00aba89
commit
945f7c6e92
@ -30,13 +30,6 @@
|
|||||||
#include "swscale.h"
|
#include "swscale.h"
|
||||||
#include "swscale_internal.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){
|
static uint64_t getSSD(uint8_t *src1, uint8_t *src2, int stride1, int stride2, int w, int h){
|
||||||
int x,y;
|
int x,y;
|
||||||
uint64_t ssd=0;
|
uint64_t ssd=0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user