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
65a7f13af3
commit
0e81d9a11c
1 changed files with 2 additions and 12 deletions
Loading…
Reference in new issue