diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-26 12:59:18 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-26 12:59:18 +0000 |
commit | dbe802a08204a719ecdadad9dca8513efbf08e40 (patch) | |
tree | c42ce39ec8c99ac14221553a228ac77123ba1320 /TOOLS/bmovl-test | |
parent | 5a3855851154a97e1a1acb53e6202f4cce1a4f94 (diff) |
Look for SDL includes in /usr/include as well, use cc instead of gcc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13476 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/bmovl-test')
-rw-r--r-- | TOOLS/bmovl-test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/bmovl-test/Makefile b/TOOLS/bmovl-test/Makefile index 0f0e148486..2473ce3df9 100644 --- a/TOOLS/bmovl-test/Makefile +++ b/TOOLS/bmovl-test/Makefile @@ -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 |