libv4l: 0.6.2 release
authorHans de Goede <hdegoede@redhat.com>
Fri, 9 Oct 2009 08:35:47 +0000 (10:35 +0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 24 Feb 2010 00:44:39 +0000 (21:44 -0300)
Priority: normal

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
lib/ChangeLog
lib/Makefile

index 17a63fa..58191b3 100644 (file)
@@ -4,6 +4,7 @@ libv4l-0.6.2
 * Put usb id in controls shm segment name for USB devices, to better
   distuingish between devices plugged into the same port
 * Enable software whitebalance and autogain for mr97310a cameras
+* Improvements / tweaks to software autogain algorithm
 
 libv4l-0.6.1
 ------------
index 1afca88..d3a9321 100644 (file)
@@ -1,5 +1,5 @@
 LIB_RELEASE=0
-V4L2_LIB_VERSION=$(LIB_RELEASE).6.2-test
+V4L2_LIB_VERSION=$(LIB_RELEASE).6.2
 
 all install:
        $(MAKE) -C libv4lconvert V4L2_LIB_VERSION=$(V4L2_LIB_VERSION) $@