Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2005 15:44:59 -0400
From:      L T <dolhop@gmail.com>
To:        ahze@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: mjpegtools-1.6.2_2
Message-ID:  <75350759050705124432067579@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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=3D1;

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?75350759050705124432067579>