summaryrefslogtreecommitdiffstats
path: root/libvo/vo_sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_sdl.c')
-rw-r--r--libvo/vo_sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_sdl.c b/libvo/vo_sdl.c
index 311fbb03d1..e812ed22f7 100644
--- a/libvo/vo_sdl.c
+++ b/libvo/vo_sdl.c
@@ -731,7 +731,7 @@ static void set_fullmode (int mode) {
* 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 ();