libvpx_test: ensure rtcd init functions are called
authorJohn Koleszar <jkoleszar@google.com>
Thu, 6 Dec 2012 21:56:25 +0000 (13:56 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Sat, 8 Dec 2012 01:21:53 +0000 (17:21 -0800)
commit6f014dc5ad805411a7fe14b627e564a5cccda20f
treefec3eee32b7bf435b14217cbafaa2e33ed279aa9
parentfbf052df4246bb4886d055f0fcda7c97de90d360
libvpx_test: ensure rtcd init functions are called

In addition to allowing tests to use the RTCD-enabled functions (perhaps transitively)
without having run a full encode/decode test yet, this fixes a linking issue with
Apple's G++ whereby the Common symbols (the function pointers themselves) wouldn't
be resolved. Fixing this linking issue is the primary impetus for this patch, as none
of the tests exercise the RTCD functionality except through the main API.

Change-Id: I12aed91ca37a707e5309aa6cb9c38a649c06bc6a
test/test_libvpx.cc