[MPlayer-dev-eng] [PATCH v2] Mac OS X: fix compilation on Mac OS X 10.4

Aaro Koskinen aaro.koskinen at iki.fi
Tue Oct 6 09:23:30 CEST 2009


Hello,

On 6.10.2009, at 1.05, Diego Biurrun wrote:
> On Tue, Oct 06, 2009 at 12:14:35AM +0300, Aaro Koskinen wrote:
>> --- libvo/osx_common.c.orig	2009-09-05 11:48:48.000000000 +0300
>> +++ libvo/osx_common.c	2009-10-05 23:30:54.000000000 +0300
>> @@ -24,6 +24,59 @@
>>  #include "osdep/keycodes.h"
>>  #include "input/input.h"
>>
>> +#if defined(MAC_OS_X_VERSION_MAX_ALLOWED)
>> +#if MAC_OS_X_VERSION_MAX_ALLOWED <= 1040
>
> These two look redundant.

On later SDKs the definition is either missing, or defaults to > 1040.
I cannot verify this as the latest Mac OS X cannot be installed on any
of my computers.

A.




More information about the MPlayer-dev-eng mailing list