|
From: Florin A. <fl...@an...> - 2004-01-05 03:39:40
|
On Sat, 2003-11-29 at 18:03, Steven M. Schultz wrote: > On 29 Nov 2003, Florin Andrei wrote: > > > In file included from export_yuv4mpeg.c:42: > > /usr/include/mjpegtools/yuv4mpeg.h:29:25: mjpeg_types.h: No such file or > > directory > > /usr/include/mjpegtools/yuv4mpeg.h:33:27: mjpeg_logging.h: No such file > > Ah, in that case "-I/usr/include/mjpegtools" added to CFLAGS will > work. > > There are 2 ways to do that: > > 1) mjpegtools is pkg-config enabled, so > > pkg-config --cflags mjpegtools Unfortunately, the result of it is: # pkg-config --cflags mjpegtools -I/usr/local/include/mjpegtools Which is wrong, because i installed mjpegtools in /usr not in /usr/local Then i forced -I/usr/include/mjpegtools to the CFLAGS and all was ok. This happened when using 1.6.1.92. Please fix. -- Florin Andrei http://florin.myip.org/ |