From 5641e60698b0731ab163e331be07e121afd2358f Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 7 Aug 2008 10:57:40 +0000 Subject: Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27426 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_macosx.m | 2 +- libvo/vo_quartz.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libvo') diff --git a/libvo/vo_macosx.m b/libvo/vo_macosx.m index e980cfc456..e39bd7b3d0 100644 --- a/libvo/vo_macosx.m +++ b/libvo/vo_macosx.m @@ -326,7 +326,7 @@ static int preinit(const char *arg) if(!shared_buffer) { - #if !defined (MACOSX_FINDER_SUPPORT) || !defined (CONFIG_SDL) + #if !defined (MACOSX_FINDER) || !defined (CONFIG_SDL) //this chunk of code is heavily based off SDL_macosx.m from SDL //it uses an Apple private function to request foreground operation void CPSEnableForegroundOperation(ProcessSerialNumber* psn); diff --git a/libvo/vo_quartz.c b/libvo/vo_quartz.c index 2454600ddc..90593940cd 100644 --- a/libvo/vo_quartz.c +++ b/libvo/vo_quartz.c @@ -1141,7 +1141,7 @@ static int preinit(const char *arg) } } -#if !defined (MACOSX_FINDER_SUPPORT) || !defined (CONFIG_SDL) +#if !defined (MACOSX_FINDER) || !defined (CONFIG_SDL) //this chunk of code is heavily based off SDL_macosx.m from SDL //it uses an Apple private function to request foreground operation { -- cgit v1.2.3