]> git.sesse.net Git - mlt/commitdiff
Fix including SDL headers (3087522).
authorDan Dennedy <dan@dennedy.org>
Mon, 18 Oct 2010 01:15:14 +0000 (18:15 -0700)
committerDan Dennedy <dan@dennedy.org>
Mon, 18 Oct 2010 01:15:14 +0000 (18:15 -0700)
src/modules/sdl/consumer_sdl.c
src/modules/sdl/consumer_sdl_audio.c
src/modules/sdl/consumer_sdl_preview.c
src/modules/sdl/consumer_sdl_still.c

index 56234f238a730982da9a73ab3c991b5de286524a..ef6520d19c4e5ae6f988a97d3af42555656c4100 100644 (file)
@@ -28,8 +28,8 @@
 #include <stdlib.h>
 #include <string.h>
 #include <pthread.h>
-#include <SDL/SDL.h>
-#include <SDL/SDL_syswm.h>
+#include <SDL.h>
+#include <SDL_syswm.h>
 #include <sys/time.h>
 #include "consumer_sdl_osx.h"
 
index 508dcc7d0afefccf5ae2d7369c55a9768154596d..7f1ee64c71dfc2c2e1f0bb17e513fa019c6dff1f 100644 (file)
@@ -28,7 +28,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <pthread.h>
-#include <SDL/SDL.h>
+#include <SDL.h>
 #include <sys/time.h>
 
 extern pthread_mutex_t mlt_sdl_mutex;
index 852f6049189eb2a78fdb854153a7f987f65cabd0..bbf5494326166683dc4a0e8ca198dffce1fc63be 100644 (file)
@@ -25,8 +25,8 @@
 #include <stdlib.h>
 #include <string.h>
 #include <pthread.h>
-#include <SDL/SDL.h>
-#include <SDL/SDL_syswm.h>
+#include <SDL.h>
+#include <SDL_syswm.h>
 #include <assert.h>
 
 extern pthread_mutex_t mlt_sdl_mutex;
index 16eced9289c50461ab39fc5727b7fa0614607f86..30ca6159c2c58ee12a58f1eb9fa59cb7c7c9b218 100644 (file)
@@ -28,8 +28,8 @@
 #include <stdlib.h>
 #include <string.h>
 #include <pthread.h>
-#include <SDL/SDL.h>
-#include <SDL/SDL_syswm.h>
+#include <SDL.h>
+#include <SDL_syswm.h>
 #include <sys/time.h>
 #include "consumer_sdl_osx.h"