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

Side by Side Diff: libvpx/patches/ugly/01_obj_int_extract.patch

Issue 7624054: Revert r97185 "Update libvpx snapshot to v0.9.7-p1 (Cayuga)." (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party
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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « libvpx/lib/win/ia32/libvpx.a ('k') | libvpx/source/config/linux/arm-neon/asm_com_offsets.asm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff --git a/build/make/obj_int_extract.c b/build/make/obj_int_extract.c
2 index c46d9d5..bb3588b 100644
3 --- a/build/make/obj_int_extract.c
4 +++ b/build/make/obj_int_extract.c
5 @@ -535,7 +535,8 @@ int parse_elf(uint8_t *buf, size_t sz, output_fmt_t mode)
6
7 strcpy(strtsb_name, (char *)(elf.buf + shdr.sh_offset + shdr.sh _name));
8
9 - if (!(strcmp(strtsb_name, ".shstrtab")))
10 + if (!(strcmp(strtsb_name, ".shstrtab"))
11 + || (strcmp(strtsb_name, ".strtab")))
12 {
13 /* log_msg("found section: %s\n", strtsb_name); */
14 strtab_off64 = shdr.sh_offset;
OLDNEW
« no previous file with comments | « libvpx/lib/win/ia32/libvpx.a ('k') | libvpx/source/config/linux/arm-neon/asm_com_offsets.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698