Mercurial > mplayer.hg
changeset 21523:ca4294014917
Fix bmovl-test build error
author | voroshil |
---|---|
date | Fri, 08 Dec 2006 17:20:21 +0000 |
parents | 312b3ad1a31a |
children | 8edf162f5862 |
files | TOOLS/bmovl-test/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/bmovl-test/Makefile Fri Dec 08 11:43:09 2006 +0000 +++ b/TOOLS/bmovl-test/Makefile Fri Dec 08 17:20:21 2006 +0000 @@ -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