Fix bmovl-test build error

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21539 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
voroshil 2006-12-08 17:20:21 +00:00
parent 187e627422
commit 1eac1a4ad4
1 changed files with 1 additions and 1 deletions

View File

@ -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