Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | opencv: add zlib dependency | Thomas Petazzoni | 2012-05-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | | The opencv package selects zlib, but it does not depend on it. This leads to cases where opencv gets built before zlib, and in this case, opencv uses its internal version of zlib, which doesn't build properly (it has some conditional code for ARM that is probably broken), see: http://autobuild.buildroot.org/results/45f4e195fe0cc5acace10287f5ff33aa953d5430/build-end.log We fix this by properly adding the opencv dependency on zlib. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | opencv: bump version to fix ffmpeg support build | Peter Korsgaard | 2011-12-11 | 1 | -3/+2 |
| | | | | | | | A newer version of opencv is needed after the ffmpeg version bump. This version does need a minor patch for fabsl on uClibc though. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: add opencv | Samuel Martin | 2011-10-24 | 1 | -0/+125 |
OpenCV is a free, open-source, cross-platform computer vision library [Peter: fix deps, misc cleanup] Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> |