|
From: Dan D. <da...@de...> - 2004-07-07 00:35:07
|
Thanks as always, Stephen. Your patch is committed along with the automake fix. On Tue, 2004-07-06 at 11:14, Steven M. Schultz wrote: > On Mon, 5 Jul 2004, Dan Dennedy wrote: > > > With recent bugfixes in place, I would like to issue a new release for > > libdv. Any concerns? > > I see a couple automake warnings come out during ./bootstrap > > libdv/Makefile.am:68: reppm_SOURCES multiply defined in condition TRUE ... > libdv/Makefile.am:65: ... `reppm_SOURCES' previously defined here. > libdv/Makefile.am:69: reppm_LDADD multiply defined in condition TRUE ... > libdv/Makefile.am:66: ... `reppm_LDADD' previously defined here. > > but more serious are a couple compile errors on a system using gcc > 2.95.3: > > encode.c: In function `dv_encode_full_frame': > encode.c:1711: syntax error before `static' > encode.c:1722: `mutex' undeclared (first use in this function) > > That's caused by using a gcc 3.x'ism that 2.95.3 doesn't like. Moving > the time initialization down a line fixes that problem. Then the > next gotcha is in enctest (a similar error). > > The attached patch enables building with gcc 2.95.x > > Cheers, > Steven Schultz |