On Fri, Nov 5, 2010 at 8:55 PM, Johannes Sixt <[email protected]> wrote: > On Freitag, 5. November 2010, Einar Rünkaru wrote:
> >> Meanwhile I found some more simple bugfixes in my tree: >> >> commit:7f217eaa516881840a9d80549d6aedce5e012da3 >> Tue, 1 Jun 2010 13:19:29 +0000 (16:19 +0300) >> Changed return type of Thread:get_tid() > > Good. > >> commit:443a5c8c3565304ea542430a6eba9f76c619bc96 >> Tue, 9 Mar 2010 20:53:17 +0000 (22:53 +0200) >> Fix mmap errorcode > > I have this one already. > Sorry - didn't check what you have >> commit:c59748bc756686d5bd9f51e2374c108e9ef28d8e >> Thu, 11 Mar 2010 19:03:07 +0000 (21:03 +0200) >> Fixed v4l2 detetection > > This removes #include <linux/time.h> from the test. What's wrong with it? This > #include was introduced because the test failed due to a missing typedef or > something. It may not today, but does it hurt? > On my system (Ubuntu 9.04) v4l2 check failed because of missing something required by <linux/time.h> As on my system <linux/videodev2.h> includes <sys/time.h>, so removing '#include <linux/time.h>' fixed compilation of the test. If there is any distribution which needs expllict inclusion time stuff, it is better to include sys/time.h - this must define all what is needed. Einar _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
