[MPlayer-dev-eng] libavcodec fix proposal (FreeBSD)

Alex Beregszaszi alex at naxine.org
Tue Jul 23 14:14:35 CEST 2002


Hi,

> in common.h:
> #define MAX(a,b) ((a) > (b) ? (a) : (b))
> #define MIN(a,b) ((a) > (b) ? (b) : (a))

I think we should add #ifndef MAX before these macros in common.h
and let that freebsd include staying there (for backward compatiblity)

-
alex



More information about the MPlayer-dev-eng mailing list