Re: [Mjpeg-users] LVS and mjpeg tools 1.8

2006-01-11 Thread Bernhard Praschinger
Hallo > I tried to build LVS from CVS against mjpeg tools 1.8 but autogen failed. > Having a look at configure.in I found the lines The 1.8.0 mjpegtools are packag-config based. > dnl mjpegtools > AC_PATH_PROG(MJPEGTOOLS_CONFIG, mjpegtools-config, no) > if test x$MJPEGTOOLS_CONFIG = xno; then >

[Mjpeg-users] Re: [PATCH 5/7] adv7175: Drop the register cache

2006-01-11 Thread Jean Delvare
Hi Ronald, > On Sun, 2006-01-08 at 17:04 +0100, Jean Delvare wrote: > > Drop the adv7175 register cache, as it is only written to and never > > read back from. This saves 128 bytes of memory and slightly speeds up > > the register writes. > > Can this be made a compile-time option? I'd like to ke

Re: [Mjpeg-users] [PATCH 0/7] Misc fixes and cleanups to the zr36067 drivers

2006-01-11 Thread Bernhard Praschinger
Hallo > I have been working on a few fixes and cleanups to the i2c chip drivers > used with the zr36067 driver (adv7170, adv7175, bt819, bt856, saa7110, > saa7111, saa7114 and saa7185). There are 7 patches, I'll post them now > in reply to this message. These patches are against 2.6.15-git4 and >