Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1305:babc963b6f8d | 1306:0c105755b110 |
---|---|
35 #ifndef NO_SHARED_MEMORY | 35 #ifndef NO_SHARED_MEMORY |
36 #include <sys/ipc.h> | 36 #include <sys/ipc.h> |
37 #include <sys/shm.h> | 37 #include <sys/shm.h> |
38 #include <X11/extensions/XShm.h> | 38 #include <X11/extensions/XShm.h> |
39 #endif | 39 #endif |
40 #include <XFree86/extensions/Xvlib.h> | 40 #include <Xext/extensions/Xvlib.h> |
41 | 41 |
42 #include "SDL_error.h" | 42 #include "SDL_error.h" |
43 #include "SDL_video.h" | 43 #include "SDL_video.h" |
44 #include "SDL_x11yuv_c.h" | 44 #include "SDL_x11yuv_c.h" |
45 #include "SDL_yuvfuncs.h" | 45 #include "SDL_yuvfuncs.h" |