Fix RT only build
authorTero Rintaluoma <teror@google.com>
Tue, 14 Jun 2011 10:39:06 +0000 (13:39 +0300)
committerTero Rintaluoma <teror@google.com>
Tue, 14 Jun 2011 10:39:06 +0000 (13:39 +0300)
commit9909047461fb8f13efca3e9d61452e8d31cc00b5
tree4d6ef6ba41c04f43b33d9ad616de6c48c9c99cc2
parent532c30c83e429f67eb33b488c0dac38de76adbeb
Fix RT only build

Moved encode_intra function from firstpass.c to encodeintra.c to
prevent linking problem in real-time only build. Also changed name
of the function to vp8_encode_intra because it is not a static.

Change-Id: Ibf3c6c1de3152567347e5fbef47d1d39564620a5
vp8/encoder/encodeframe.c
vp8/encoder/encodeintra.c
vp8/encoder/encodeintra.h
vp8/encoder/firstpass.c