mirror of https://github.com/mpv-player/mpv
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:
parent
3f68ffdbcb
commit
7de9985f13
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue