mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
Fixes the following build failure:
`
frei0r-2.4.1/src/filter/facebl0r/facebl0r.cpp: In member function ‘cv::RotatedRect TrackedObj::camshift_track_face()’:
frei0r-2.4.1/src/filter/facebl0r/facebl0r.cpp:248:30: error: ‘CamShift’ was not declared in this scope
248 | cv::RotatedRect curr_box = CamShift(prob, prev_rect,
| ^~~~~~~~
`
Signed-off-by: Kostadin Shishmanov <kostadinshishmanov@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44923
Closes: https://github.com/gentoo/gentoo/pull/44923
Signed-off-by: Sam James <sam@gentoo.org>