]> granicus.if.org Git - libvpx/commit
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>
Thu, 6 Dec 2012 22:02:36 +0000 (14:02 -0800)
commit434336b072ede09c69fc1ebf59810da63565ad32
tree4c103f2b414daf28390737557d1e0eb3d444d296
parent52d350febfc19ec5a1783789c183af2397bf5b20
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