diff libvo/vo_sdl.c @ 25397:084619331d92

Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.
author diego
date Sun, 16 Dec 2007 23:50:05 +0000
parents c9e9ac2008c2
children 02f913fa8ddd
line wrap: on
line diff
--- a/libvo/vo_sdl.c	Sun Dec 16 16:39:10 2007 +0000
+++ b/libvo/vo_sdl.c	Sun Dec 16 23:50:05 2007 +0000
@@ -731,7 +731,7 @@
 	 * re-assign it.  The comment in sdl_close() seems to imply that we 
 	 * should not free() anything.
 	 */
-	#ifdef SYS_DARWIN
+	#ifdef __APPLE__
 	{
 	const SDL_VideoInfo *vidInfo = NULL;
 	vidInfo = SDL_GetVideoInfo ();