no redefinition, clashes with OpenBSD

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12846 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2004-07-18 04:23:38 +00:00
parent 3f68ffdbcb
commit 7de9985f13
1 changed files with 2 additions and 0 deletions

View File

@ -55,7 +55,9 @@ const unsigned char xor_table[] = {
#define BE_32(x) be2me_32(*(uint32_t*)(x))
#ifndef MAX
#define MAX(x,y) ((x>y) ? x : y)
#endif
#ifdef LOG
static void hexdump (const char *buf, int length) {