On Thursday 18 December 2008 11:53:40 Mads Bondo Dydensborg wrote: > > MLT will detect your FreiOr installation automatically. > > This is only true for Frei0r installs into /usr, I think. Perhaps > also /usr/local.
it looks for <frei0r.h>, so it depends on CFLAGS if you have frei0r.h in /usr/local/whateverelse/include, just do: CFLAGS="$CFLAGS -I/usr/local/whateverelse/include" ./configure -- Alberto Villa <villa.alberto at gmail.com>
