Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-08 | Move link parsing from main.c to media.c, making it part of libmediactl | Sakari Ailus | |
This makes it possible to benefit from the link parsing code anywhere the library is being used. dprintf macro will later be replaced with proper debug support. Also fix a case where -1 was returned on error and the user was expected to check the value of errno. Negative error codes are now returned consistently. Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |||
2011-10-08 | Rename files to match the names of the libraries | Sakari Ailus | |
Rename media.* to mediactl.* and subdev.* v4l2subdev.*. Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |