On 20 Nov 2008, at 17:50, Bertrand Gmail wrote: > Same problem here on Debian Lenny and ffmpeg from debian-multimedia. > > But "pkg-config libavcodec --cflags" gives : > > -I/usr/include/ffmpeg -I/usr/include/dirac
Are the libav* headers in subdirectories of ffmpeg here? On FreeBSD 7 they are all in /usr/include/ffmpeg and pkg-config returns: -I/usr/local/include -I/usr/local/include/ffmpeg This is the correct output, since it allows any code which specifies <avcodec.h> or <ffmpeg/avcodec.h> to build without issues. If Debian is putting the headers somewhere else, it should also be configuring pkg-config to know where they are... David _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
