summaryrefslogtreecommitdiffstats
path: root/libraries/libyuv/README
diff options
context:
space:
mode:
author Vijay Marcel <vijaymarcel@outlook.com>2022-09-26 18:07:47 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-01 09:01:12 +0700
commita3883c9d2ba8a230a5d87dc4811813b0075d0969 (patch)
tree4a462a1fc905bbae4ce29fd55118b10665023cd8 /libraries/libyuv/README
parent112edc21cf3fd32189e27669a3f30e4422efe09f (diff)
downloadslackbuilds-a3883c9d2ba8a230a5d87dc4811813b0075d0969.tar.gz
slackbuilds-a3883c9d2ba8a230a5d87dc4811813b0075d0969.tar.xz
libraries/libyuv: Added (YUV Scaling Library)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libyuv/README')
-rw-r--r--libraries/libyuv/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/libyuv/README b/libraries/libyuv/README
new file mode 100644
index 0000000000..1fd5d88abc
--- /dev/null
+++ b/libraries/libyuv/README
@@ -0,0 +1,11 @@
+libyuv is an open source project that includes YUV
+scaling and conversion functionality.It can be used
+to convert to YUV from webcam formats for compression.
+It can convert to RGB formats for rendering/effects.
+Rotate by 90/180/270 degrees to adjust for mobile
+devices in portrait mode.
+
+Note:
+We are downloading from Debian because googlesource
+keeps modifying its md5sum everytime resulting in
+md5sum error.