summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-01 21:22:18 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-01 21:22:18 +0000
commita5b9a129db79c3250de918fd925aaa433ef2f09b (patch)
treeb3fffb21a47ab43c4ab211194210b4da7f1d27d5 /libvo
parente87bf5a212d589e7a152295785751ff31b5fb7a4 (diff)
downloadmpv-a5b9a129db79c3250de918fd925aaa433ef2f09b.tar.bz2
mpv-a5b9a129db79c3250de918fd925aaa433ef2f09b.tar.xz
do not bring process to front if HAVE_SDL
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14083 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_quartz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_quartz.c b/libvo/vo_quartz.c
index 593044e01e..4ae9a827c0 100644
--- a/libvo/vo_quartz.c
+++ b/libvo/vo_quartz.c
@@ -1014,7 +1014,7 @@ static uint32_t preinit(const char *arg)
}
}
-#ifndef MACOSX_FINDER_SUPPORT
+#if !defined (MACOSX_FINDER_SUPPORT) || !defined (HAVE_SDL)
//this chunk of code is heavily based off SDL_macosx.m from SDL
//it uses an Apple private function to request foreground operation