summaryrefslogtreecommitdiff
path: root/third_party/libyuv/README.libvpx
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2014-05-20 22:10:09 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-05-20 22:10:09 -0700
commite39860be93bdb5c8ee6487ba7d6597f1b40fb4b7 (patch)
tree40c3f671bb751b0814fa2c0443e2c558627a1603 /third_party/libyuv/README.libvpx
parent55c52f662672656c919a244de40465a900e75323 (diff)
parent47031c0a54b2054c98066919dbd1e71c60b3c4f4 (diff)
downloadlibvpx-e39860be93bdb5c8ee6487ba7d6597f1b40fb4b7.tar
libvpx-e39860be93bdb5c8ee6487ba7d6597f1b40fb4b7.tar.gz
libvpx-e39860be93bdb5c8ee6487ba7d6597f1b40fb4b7.tar.bz2
libvpx-e39860be93bdb5c8ee6487ba7d6597f1b40fb4b7.zip
Merge "Updates libyuv to version 1005"
Diffstat (limited to 'third_party/libyuv/README.libvpx')
-rw-r--r--third_party/libyuv/README.libvpx6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/libyuv/README.libvpx b/third_party/libyuv/README.libvpx
index d3495caa1..577b42d0a 100644
--- a/third_party/libyuv/README.libvpx
+++ b/third_party/libyuv/README.libvpx
@@ -1,6 +1,6 @@
Name: libyuv
URL: http://code.google.com/p/libyuv/
-Version: 102
+Version: 1005
License: BSD
License File: LICENSE
@@ -13,5 +13,5 @@ which down-samples the original input video (f.g. 1280x720) a number of times
in order to encode multiple resolution bit streams.
Local Modifications:
-Modified the original scaler code from C++ to C to fit in our current build
-system. This is a temporal solution, and will be improved later. \ No newline at end of file
+Modified the original scaler code minimally with include file changes to fit
+in our current build system.