Building from CVS on fc3 I ran across the problem when trying to build.
<mjpegtools/yuv4mpeg.h> no such file or directory. After having created
a link from utils/yuv4mpeg.h to mjpegtools/yuv4mpeg.h the build was
successful and installed correctly. However when trying to build
transcode I came across this (it's from transcodes config.log)

configure:37103: checking mjpegtools/yuv4mpeg.h usability
configure:37115: gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -
D_FILE_OFFSET_BITS=64 -g -O2  -I/usr/include conftest.c >&5
In file included from conftest.c:130:
/usr/local/include/mjpegtools/yuv4mpeg.h:29:25: mjpeg_types.h: No such
file or directory
/usr/local/include/mjpegtools/yuv4mpeg.h:33:27: mjpeg_logging.h: No such
file or directory
In file included from conftest.c:130:
/usr/local/include/mjpegtools/yuv4mpeg.h:465: error: syntax error before
"level"
configure:37121: $? = 1

shouldn't the header files in /usr/local/include/mjpegtools have

#include <mjpegtools/yuv4mpeg.h>

instead of what is there

#include <yuv4mpeg.h>

Or is transcodes configure script out of whack?


thanks in advance!







-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to