]> granicus.if.org Git - libvpx/commitdiff
vpx_thread.[hc]: update webp source reference
authorJames Zern <jzern@google.com>
Fri, 1 Jul 2016 21:25:45 +0000 (14:25 -0700)
committerJames Zern <jzern@google.com>
Sat, 2 Jul 2016 02:36:58 +0000 (19:36 -0700)
+ drop the blob hash, the updated reference will be updated in the
commit message

BUG=b/29583578

Change-Id: Ifabbe52a2f07ac29e1881f5c8a62d7f3eb3c2c04

vpx_util/vpx_thread.c
vpx_util/vpx_thread.h

index 0bb0125bd49ecfb0bb94c886ab78befe539e3bcc..0132ce6f24fe82cc43386a5f36522b0cc9477cf1 100644 (file)
@@ -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()
index 2062abd75f9f524497a90d0cd1606907f8a430dc..0964f4784fd86aab007d9d1bc6302773baf9158e 100644 (file)
@@ -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_