disable compilation of debugging code
authorJohn Koleszar <jkoleszar@google.com>
Fri, 24 Sep 2010 15:10:25 +0000 (11:10 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 24 Sep 2010 15:42:22 +0000 (11:42 -0400)
commit8ca779aba84866f97665705fc30d662ae8bc06c0
treefbb19ce00b1bd6044e67375179ada9cea478ebd4
parentcbdc1298953b03bc18875d346c715fa07d20efa4
disable compilation of debugging code

This patch avoids compiling some debugging code in onyx_if.c. The most
significant fix is to avoid generating code for vp8_write_yuv_frame,
which is never called. Some other code was removed by the dead code
elimination performed by the compiler, and this patch does it with the
preprocessor instead. There are advantages both ways.

Change-Id: I044fd43179d2e947553f0d6f2cad5b40907ac458
vp8/encoder/onyx_if.c