Mercurial > mplayer.hg
changeset 13475:7cd5c542b1b2
Look for SDL includes in /usr/include as well, use cc instead of gcc.
author | diego |
---|---|
date | Sun, 26 Sep 2004 12:59:18 +0000 |
parents | 0e1b59efcef3 |
children | 224f9bc2aade |
files | TOOLS/bmovl-test/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/bmovl-test/Makefile Sun Sep 26 12:57:53 2004 +0000 +++ b/TOOLS/bmovl-test/Makefile Sun Sep 26 12:59:18 2004 +0000 @@ -1,2 +1,2 @@ bmovl-test: bmovl-test.c - gcc -O3 -I/usr/local/include/SDL -L/usr/local/lib -lSDL_image -o bmovl-test bmovl-test.c + cc -O3 -I/usr/local/include/SDL -I/usr/include/SDL -L/usr/local/lib -lSDL_image -o bmovl-test bmovl-test.c