Fix incorrect PROC/ENDP match
authorJohann <johannkoenig@google.com>
Tue, 13 Dec 2011 01:17:07 +0000 (17:17 -0800)
committerJohann <johannkoenig@google.com>
Tue, 13 Dec 2011 18:40:34 +0000 (10:40 -0800)
commit41e3da3a8c7451fe53f1497aaa07b145de1deaed
treed1cd6f22f8d7f7eb2ad7aa2b306e894bf1ef8415
parent6b2792b0e0189fa3f7d75b2ac885417606225656
Fix incorrect PROC/ENDP match

The conversion script was incorrectly matching
CONFIG_POSTPROC[_VISUALIZER] and generating an
incorrect vpx_config.asm

Match both PROC and ENDP on word boundaries

Change-Id: Ic2788c3b522d4ee0afc5223b72e1b09fb52645be
build/make/ads2gas_apple.pl