]> git.sesse.net Git - vlc/commit
Fix #include <SDL/SDL.h> to be #include <SDL.h>
authorNathan Phillip Brink <ohnobinki@ohnopublishing.net>
Sat, 6 Mar 2010 00:58:52 +0000 (19:58 -0500)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 7 Mar 2010 19:01:08 +0000 (21:01 +0200)
commit48ae5b2a99157ce1baec3cdb74e34ada060afc9d
tree509752b8c0b53057ec83293d05ebfda60dd736fc
parent438bc9c60012609fc2872235709950c219f49b7b
Fix #include <SDL/SDL.h> to be #include <SDL.h>

...as the FAQ on http://libsdl.org/ declares this is the most portable
method.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
configure.ac
modules/audio_output/sdl.c
modules/codec/sdl_image.c
modules/video_output/sdl.c