On Thu, 2003-11-27 at 01:35, Ronald Bultje wrote:
> 
> as promised, today's the great day that mjpegtools-1.6.1.92 (release
> candidate 3) is online. It's basically the same as 1.6.1.91, with some

When compiling other applications that depend on mjpegtools, i get this
failure:

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
or directory
In file included from export_yuv4mpeg.c:42:
/usr/include/mjpegtools/yuv4mpeg.h:401: parse error before "level"
make[2]: *** [export_yuv4mpeg.lo] Error 1

In yuv4mpeg.h there are these two lines:

#include <mjpeg_types.h>
#include <mjpeg_logging.h>

I replaced them with these:

#include "mjpeg_types.h"
#include "mjpeg_logging.h"

And now everything compiles just fine.

-- 
Florin Andrei

http://florin.myip.org/



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to