summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-07-01 14:25:45 -0700
committerJames Zern <jzern@google.com>2016-07-01 19:36:58 -0700
commitd4d6c58e37ebfe52b8e56d41979dda093c7cbef6 (patch)
tree876977e162c503bdfcdff151f3022af840ca3a1a
parent3ef9c0ba0335b1c3277229af50a33f2344ea7a16 (diff)
downloadlibvpx-d4d6c58e37ebfe52b8e56d41979dda093c7cbef6.tar
libvpx-d4d6c58e37ebfe52b8e56d41979dda093c7cbef6.tar.gz
libvpx-d4d6c58e37ebfe52b8e56d41979dda093c7cbef6.tar.bz2
libvpx-d4d6c58e37ebfe52b8e56d41979dda093c7cbef6.zip
vpx_thread.[hc]: update webp source reference
+ drop the blob hash, the updated reference will be updated in the commit message BUG=b/29583578 Change-Id: Ifabbe52a2f07ac29e1881f5c8a62d7f3eb3c2c04
-rw-r--r--vpx_util/vpx_thread.c3
-rw-r--r--vpx_util/vpx_thread.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/vpx_util/vpx_thread.c b/vpx_util/vpx_thread.c
index 0bb0125bd..0132ce6f2 100644
--- a/vpx_util/vpx_thread.c
+++ b/vpx_util/vpx_thread.c
@@ -10,8 +10,7 @@
// Multi-threaded worker
//
// Original source:
-// http://git.chromium.org/webm/libwebp.git
-// 100644 blob 264210ba2807e4da47eb5d18c04cf869d89b9784 src/utils/thread.c
+// https://chromium.googlesource.com/webm/libwebp
#include <assert.h>
#include <string.h> // for memset()
diff --git a/vpx_util/vpx_thread.h b/vpx_util/vpx_thread.h
index 2062abd75..0964f4784 100644
--- a/vpx_util/vpx_thread.h
+++ b/vpx_util/vpx_thread.h
@@ -10,8 +10,7 @@
// Multi-threaded worker
//
// Original source:
-// http://git.chromium.org/webm/libwebp.git
-// 100644 blob 7bd451b124ae3b81596abfbcc823e3cb129d3a38 src/utils/thread.h
+// https://chromium.googlesource.com/webm/libwebp
#ifndef VPX_THREAD_H_
#define VPX_THREAD_H_