opencv: bump version to fix ffmpeg support build

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>
This commit is contained in:
Peter Korsgaard
2011-12-11 21:54:52 +01:00
parent 265356b6b9
commit 848fa1d243
2 changed files with 42 additions and 3 deletions

View File

@@ -3,9 +3,8 @@
# OpenCV (Open Source Computer Vision)
#
#############################################################
OPENCV_SERIES = 2.3
OPENCV_VERSION = $(OPENCV_SERIES).0
OPENCV_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/opencvlibrary/opencv-unix/$(OPENCV_SERIES)
OPENCV_VERSION = 2.3.1a
OPENCV_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1
OPENCV_SOURCE = OpenCV-$(OPENCV_VERSION).tar.bz2
OPENCV_INSTALL_STAGING = YES