FreeBSD Port: mjpegtools-1.6.2_2

L T dolhop at gmail.com
Tue Jul 5 19:51:19 GMT 2005


To the maintainer of the mjpegtools port/package:

yuvfps.c contains a line which resets optind to 0 - in FreeBSD this
will cause getopt to quietly return instead of processing the
arguments which is what is desired - and thus yuvfps does not work as
intended (doesn't really work at all!).

This can be fixed by changing the line to read:

   optind=1;

I assume this is a FreeBSD only issue as none of the linux users have
complained about this tool not working.  Will you be making a patch
for this?

Thanks.


More information about the freebsd-ports mailing list