diff options
author | Philip Lacroix <philnx at posteo dot de> | 2015-02-12 00:02:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-12 00:02:15 +0700 |
commit | 0267bdbac094ff5a7baee00cf56487113e6c05d2 (patch) | |
tree | c0c0e4d6c11e8a956bf69dda842f1ac63ff47a7f /libraries/libucil/README | |
parent | 7780e052675052ebafd630e337c996ff689ea998 (diff) | |
download | slackbuilds-0267bdbac094ff5a7baee00cf56487113e6c05d2.tar.gz |
libraries/libucil: Added (a functions library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libucil/README')
-rw-r--r-- | libraries/libucil/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libucil/README b/libraries/libucil/README new file mode 100644 index 0000000000..b7a1627f9a --- /dev/null +++ b/libraries/libucil/README @@ -0,0 +1,5 @@ +unicap provides a uniform interface to video capture devices. It allows +applications to use any supported video capture device via a single API. + +The ucil library provides easy to use functions to render text and graphic +overlays onto video images. |