summaryrefslogtreecommitdiffstats
path: root/TOOLS/bmovl-test.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-20 01:20:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-20 01:20:57 +0000
commitbfa034ce2dae3198237ecb479aa06a65cae8499e (patch)
treeec5edcc261cc66b32e3c0e0eea0d0e297f33c23a /TOOLS/bmovl-test.c
parentd2e96bddda3a8035f792ff961c6b357d6b9d9226 (diff)
downloadmpv-bfa034ce2dae3198237ecb479aa06a65cae8499e.tar.bz2
mpv-bfa034ce2dae3198237ecb479aa06a65cae8499e.tar.xz
Add explicit SDL include path. This should allow compilation even when
MPlayer was configured without SDL support. Change the Makefile accordingly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22759 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/bmovl-test.c')
-rw-r--r--TOOLS/bmovl-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/bmovl-test.c b/TOOLS/bmovl-test.c
index 5c81561fb9..5e0572281a 100644
--- a/TOOLS/bmovl-test.c
+++ b/TOOLS/bmovl-test.c
@@ -4,8 +4,8 @@
#include <fcntl.h>
#include <string.h>
#include <stdlib.h>
-#include <SDL.h>
-#include <SDL_image.h>
+#include <SDL/SDL.h>
+#include <SDL/SDL_image.h>
#define DEBUG 0