]> granicus.if.org Git - libvpx/commit
Fix windows build: obj_int_extract to extract numbrs from .rdata
authorAlpha Lam <hclam@google.com>
Wed, 30 May 2012 18:18:35 +0000 (11:18 -0700)
committerAlpha Lam <hclam@google.com>
Tue, 5 Jun 2012 01:03:41 +0000 (18:03 -0700)
commit2926571be60e91bab521c36b8a169a3843b4a719
treedaf4b11493c46ffe320cb90719b7782068d96af0
parent4890853010847479bb88a43829824649a547c478
Fix windows build: obj_int_extract to extract numbrs from .rdata

The change in assembly offset files to define values as const int broke
Windows build, because the variables are stored in .rdata section instead
of .data section.

This CL changes the integer peeking from .data to .rdata.

Change-Id: I87e465ddcc78d39ec29f3720ea7df0ab807d5512
build/make/obj_int_extract.c