Skip to content
Snippets Groups Projects
Commit f183bc92 authored by Gregor Jasny's avatar Gregor Jasny
Browse files

Prepare for 0.9.2 release

parent ce44604f
No related branches found
No related tags found
No related merge requests found
v4l-utils-0.9.2
---------------
* libv4l changes
* Add a libv4l plugin for mplane handling
* v4l2-ctl changes
* load initial frames from the file as well
* add --stream-loop for streaming to an output
* zero bytesperline
* test utility changes
* Add an OpenGL test application to test utilities in contrib
* buildsystem changes
* Use udev pkgconfig file to populate installation directory
* Query Qt rcc tool location and fall back to rcc if not available
v4l-utils-0.9.1 v4l-utils-0.9.1
--------------- ---------------
* libv4l changes * libv4l changes
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT([v4l-utils],[0.9.1]) AC_INIT([v4l-utils],[0.9.2])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment