diff options
author | Samuel Martin <s.martin49@gmail.com> | 2014-04-23 01:15:39 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-16 22:51:19 +0200 |
commit | d16c4669592d7be35076bd6925914ac524bb721c (patch) | |
tree | 4f399226cf0557caebf86a606e72faa1f478b418 /package/opencv/Config.in | |
parent | fa6a965c5eca38332d3434071e325c15368b0420 (diff) | |
download | buildroot-d16c4669592d7be35076bd6925914ac524bb721c.tar.gz buildroot-d16c4669592d7be35076bd6925914ac524bb721c.zip |
opencv: bump to version 2.4.8
This patch bumps OpenCV version and address the minimal set of change to
get the new version building correctly:
- update the download location;
- force Qt version to Qt 4 when support is enabled;
- naively fix the v4l support.
However, it does not address a couple improvements, among these:
- jasper support;
- python/numpy support;
- Qt4 and Qt5 support (since the 2.4.6 release), so only Qt4 support is
supported in this patch;
- optional libv4l dependency (since 2.4.7 release);
- etc.
These will be addressed in followup patches.
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/opencv/Config.in')
-rw-r--r-- | package/opencv/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opencv/Config.in b/package/opencv/Config.in index f9ee416e77..7644d64a94 100644 --- a/package/opencv/Config.in +++ b/package/opencv/Config.in @@ -8,7 +8,7 @@ menuconfig BR2_PACKAGE_OPENCV OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision. - http://opencv.willowgarage.com/wiki/ + http://opencv.org/ if BR2_PACKAGE_OPENCV |