1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Carma board support fixed.

This commit is contained in:
Alexander Smorkalov
2013-02-06 14:41:58 +04:00
parent 4e243e1759
commit b81f0887f0
4 changed files with 43 additions and 4 deletions
+10
View File
@@ -0,0 +1,10 @@
#include "tbb/tbb_misc.h"
namespace tbb {
namespace internal {
void affinity_helper::protect_affinity_mask() {}
affinity_helper::~affinity_helper() {}
}
}