diff src/video/macrom/SDL_romvideo.c @ 47:45b1c4303f87

Added initial support for Quartz video (thanks Darrell!)
author Sam Lantinga <slouken@lokigames.com>
date Thu, 07 Jun 2001 14:28:11 +0000
parents 74212992fb08
children e8157fcb3114
line wrap: on
line diff
--- a/src/video/macrom/SDL_romvideo.c	Thu Jun 07 13:53:51 2001 +0000
+++ b/src/video/macrom/SDL_romvideo.c	Thu Jun 07 14:28:11 2001 +0000
@@ -34,7 +34,7 @@
    is still at the back on MacOS X, which is where this code is needed.
  */
 #if USE_QUICKTIME
-#include <Movies.h>
+#include <QuickTime/Movies.h>
 #endif
 #else
 #include <LowMem.h>