Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(502)

Unified Diff: patches/ugly/01_obj_int_extract.patch

Issue 7671004: Update libvpx snapshot to v0.9.7-p1 (Cayuga). (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/win/ia32/libvpx.a ('k') | source/config/linux/arm-neon/asm_com_offsets.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/ugly/01_obj_int_extract.patch
===================================================================
--- patches/ugly/01_obj_int_extract.patch (revision 96967)
+++ patches/ugly/01_obj_int_extract.patch (working copy)
@@ -1,14 +0,0 @@
-diff --git a/build/make/obj_int_extract.c b/build/make/obj_int_extract.c
-index c46d9d5..bb3588b 100644
---- a/build/make/obj_int_extract.c
-+++ b/build/make/obj_int_extract.c
-@@ -535,7 +535,8 @@ int parse_elf(uint8_t *buf, size_t sz, output_fmt_t mode)
-
- strcpy(strtsb_name, (char *)(elf.buf + shdr.sh_offset + shdr.sh_name));
-
-- if (!(strcmp(strtsb_name, ".shstrtab")))
-+ if (!(strcmp(strtsb_name, ".shstrtab"))
-+ || (strcmp(strtsb_name, ".strtab")))
- {
- /* log_msg("found section: %s\n", strtsb_name); */
- strtab_off64 = shdr.sh_offset;
« no previous file with comments | « lib/win/ia32/libvpx.a ('k') | source/config/linux/arm-neon/asm_com_offsets.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698