encoder: remove postproc dependency
authorJames Zern <jzern@google.com>
Fri, 20 Aug 2010 20:06:56 +0000 (16:06 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Thu, 2 Sep 2010 15:52:37 +0000 (11:52 -0400)
commit76640f85dac7145a7f275ca04708496fc136bbe5
tree0d5fda16cc01f835f7ca4c2842f468588b277258
parent7a3e0a1d93648cf14fde9a83d5de22b8c3979b55
encoder: remove postproc dependency

Remove the dependency on postproc.c for the encoder in general, the only
unchecked need for it is when CONFIG_PSNR is enabled. All other cases
are already wrapped in CONFIG_POSTPROC. In the CONFIG_PSNR case the file
will still be included.

Additionally, when VP8_SET_POSTPROC is used with the encoder when post
processing has been disabled an error will be returned.

This addresses issue #153.

Change-Id: Ia6dfe20167f7077734a6058cbd1d794550346089
vp8/common/arm/systemdependent.c
vp8/common/generic/systemdependent.c
vp8/vp8_common.mk
vp8/vp8_cx_iface.c
vp8/vp8cx.mk