1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-07 14:47:53 +00:00

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
This commit is contained in:
diego 2004-09-26 12:59:18 +00:00
parent 5a38558511
commit dbe802a082

View File

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