summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-08 17:20:21 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-08 17:20:21 +0000
commit1eac1a4ad48eb410463c256754105791378e21e3 (patch)
tree002f22221e4e14cc11ca4d6032ac58bacc1dd609 /TOOLS
parent187e627422bfde4a9aeee7f190c54f6fe39f6aeb (diff)
downloadmpv-1eac1a4ad48eb410463c256754105791378e21e3.tar.bz2
mpv-1eac1a4ad48eb410463c256754105791378e21e3.tar.xz
Fix bmovl-test build error
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21539 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/bmovl-test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/bmovl-test/Makefile b/TOOLS/bmovl-test/Makefile
index 7b1d7a8f53..0bc8b9ce5f 100644
--- a/TOOLS/bmovl-test/Makefile
+++ b/TOOLS/bmovl-test/Makefile
@@ -1,7 +1,7 @@
include ../../config.mak
bmovl-test$(EXESUF): bmovl-test.c
- $(CC) -O3 $(SDL_INC) -lSDL_image -o $@ bmovl-test.c
+ $(CC) -O3 $(EXTRA_INC) -lSDL_image -o $@ bmovl-test.c
clean:
rm -f bmovl-test