[Mplayer-cvslog] CVS: main/TOOLS/bmovl-test Makefile,1.1,1.2
Diego Biurrun
diego at biurrun.de
Mon Sep 27 20:36:52 CEST 2004
Zoltan Ponekker writes:
>
> > 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
>
> Why not $(CC) ? :)
It's surely possible and probably more elegant, but I would have to
include ../../config.mak. I thought it was a bit overkill for a two
line Makefile and thus just applied a quick fix that was similar to
TOOLS/Makefile.
If you prefer, I can try to fix this properly.
Diego
More information about the MPlayer-cvslog
mailing list