test_intra_pred_speed: reuse test_libvpx's main()

this allows test_libvpx's simd caps check to be used; it also fixes a
link error on OS X with -fcommon.

Change-Id: I1a62a3e74ba06b8f3b37a22fcfdebf90c04ab289
This commit is contained in:
James Zern 2015-05-16 11:55:04 -07:00
Родитель 129a25c76d
Коммит 8089f1cf13
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -332,4 +332,4 @@ INTRA_PRED_TEST(NEON, TestIntraPred32, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, vp9_tm_predictor_32x32_neon)
#endif // HAVE_NEON
#include "third_party/googletest/src/src/gtest_main.cc"
#include "test/test_libvpx.cc"