Merge pull request #8995 from savuor:fix/trace_ovx_build

This commit is contained in:
Alexander Alekhin 2017-06-26 18:47:31 +00:00
commit b4f1102455

View File

@ -167,7 +167,7 @@ public:
#endif #endif
#ifdef HAVE_OPENVX #ifdef HAVE_OPENVX
if (result.durationImplOpenVX) if (result.durationImplOpenVX)
ok &= this->printf(",tOVX=%lld", (long long int)result.durationImplOpenVX)); ok &= this->printf(",tOVX=%lld", (long long int)result.durationImplOpenVX);
#endif #endif
ok &= this->printf("\n"); ok &= this->printf("\n");
return ok; return ok;