Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11yuv.c @ 1306:0c105755b110
Changed references to XFree86 to Xext to match change in directory structure.
Reference Bugzilla #116.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 31 Jan 2006 18:39:32 +0000 |
parents | b81f54c3963f |
children | c9b51268668f |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11yuv.c Tue Jan 31 18:08:33 2006 +0000 +++ b/src/video/x11/SDL_x11yuv.c Tue Jan 31 18:39:32 2006 +0000 @@ -37,7 +37,7 @@ #include <sys/shm.h> #include <X11/extensions/XShm.h> #endif -#include <XFree86/extensions/Xvlib.h> +#include <Xext/extensions/Xvlib.h> #include "SDL_error.h" #include "SDL_video.h"