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:
parent
5a38558511
commit
dbe802a082
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user