mirror of https://github.com/opencv/opencv.git
replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others)
parent
0e81d9a11c
commit
c5e3869c32
3 changed files with 7 additions and 6 deletions
Loading…
Reference in new issue