aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/opencv/opencv_3.3.bb
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2018-05-23 13:46:25 -0700
committerKhem Raj <raj.khem@gmail.com>2018-05-26 21:10:55 -0700
commita44e42081db77c6cfd039cb8ea2be39399c6f4a3 (patch)
tree670e1b688ec8d3061cfc93537548d4a1508762e5 /meta-oe/recipes-support/opencv/opencv_3.3.bb
parent9f38fa5ae1df01673ad652f6bc92fffe78148ee4 (diff)
downloadmeta-openembedded-a44e42081db77c6cfd039cb8ea2be39399c6f4a3.tar.gz
opencv: Work around deprecated ffmpeg functions
The ffmpeg no longer makes use of the AVFMT_RAWPICTURE format, but opencv still has code in it for dealing with this type of exported format. For now it is easier to work around it and allow the code to compile and it will just not get used. A future version of OpenCV will remove the AVFMT_RAWPICTURE handler. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/opencv/opencv_3.3.bb')
-rw-r--r--meta-oe/recipes-support/opencv/opencv_3.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opencv/opencv_3.3.bb b/meta-oe/recipes-support/opencv/opencv_3.3.bb
index ca62de7c8f..b697f44d1e 100644
--- a/meta-oe/recipes-support/opencv/opencv_3.3.bb
+++ b/meta-oe/recipes-support/opencv/opencv_3.3.bb
@@ -60,6 +60,7 @@ SRC_URI = "git://github.com/opencv/opencv.git;name=opencv \
file://javagen.patch \
file://protobuf.patch \
file://already-exists.patch \
+ file://0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch \
"
PV = "3.3+git${SRCPV}"