[smpeg] Newbie

Chunky Kibbles chunky at icculus.org
Mon Feb 9 17:06:22 EST 2004


On Mon, Feb 09, 2004 at 05:00:38PM -0500, Manuel Arguelles wrote:
> Ok, what about the compilation/linking flags? (please don't tell me
> to get them from the Makefile) :p

For which bit?
It requires SDL, so at a guess I'd say your project needs:
CFLAGS+=`sdl-config --cflags` `smpeg-config --cflags`
LDFLAGS+=`sdl-config --ldflags` `smpeg-config --ldflags`

Just a thought
Gary (-;



More information about the smpeg mailing list