diff options
| author | emptyVoid <emptyVoid@users.noreply.github.com> | 2019-02-15 07:26:05 +0700 |
|---|---|---|
| committer | Codiferous <44823842+Codiferous@users.noreply.github.com> | 2019-02-14 16:26:05 -0800 |
| commit | d10bf0f6c4affb57d116370175c96a21516e8a16 (patch) | |
| tree | 01ac06d1eae1fa4dca69a1883fc4b8a62007f532 /ports/opencv/CONTROL | |
| parent | 1daccb57b771d50368568245b95d205d5518b17f (diff) | |
| download | vcpkg-d10bf0f6c4affb57d116370175c96a21516e8a16.tar.gz vcpkg-d10bf0f6c4affb57d116370175c96a21516e8a16.zip | |
[opencv] Add feature for building with TBB as parallel framework (#5123)
Diffstat (limited to 'ports/opencv/CONTROL')
| -rw-r--r-- | ports/opencv/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/opencv/CONTROL b/ports/opencv/CONTROL index 41e73b195..4727d4370 100644 --- a/ports/opencv/CONTROL +++ b/ports/opencv/CONTROL @@ -37,6 +37,10 @@ Description: prebuilt ffmpeg support for opencv Feature: ipp Description: Enable Intel Integrated Performance Primitives +Feature: tbb +Build-Depends: tbb +Description: Enable Intel Threading Building Blocks + Feature: qt Build-Depends: qt5 Description: Qt GUI support for opencv |
