summaryrefslogtreecommitdiffstats
path: root/TOOLS/Makefile
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/Makefile
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/Makefile')
-rw-r--r--TOOLS/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile
index 631bec9943..6a8b084503 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -46,7 +46,7 @@ fastmemcpybench: fastmemcpybench.c
$(CC) $(CFLAGS) -g $< -o fastmem2-sse$(EXESUF) ../libvo/aclib.o -DNAME=\"mga-sse\" -DHAVE_MGA -DHAVE_MMX -DHAVE_SSE -DHAVE_MMX2
bmovl-test$(EXESUF): bmovl-test.c
- $(CC) -O3 -I/usr/include/SDL -lSDL_image -o $@ $<
+ $(CC) -O3 $(EXTRA_INC) -o $@ $< -lSDL_image
gltest: gltest.c ../osdep/timer-lx.o
$(CC) -O4 -g -o $@ $^ -lglut