summaryrefslogtreecommitdiff
path: root/recipes-support/opencv/opencv_2.4.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/opencv/opencv_2.4.bbappend')
-rw-r--r--recipes-support/opencv/opencv_2.4.bbappend14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-support/opencv/opencv_2.4.bbappend b/recipes-support/opencv/opencv_2.4.bbappend
deleted file mode 100644
index 814e0bd..0000000
--- a/recipes-support/opencv/opencv_2.4.bbappend
+++ /dev/null
@@ -1,14 +0,0 @@
-# libav 9.x -> 10.x changed/deprecated some of it's API
-# opencv 4.8.9 is not yet ready for this, the patches address the issues
-# They are taken from here:
-# https://github.com/Itseez/opencv/pull/2293
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/opencv:"
-
-SRC_URI += " \
- file://0001-cap_ffmpeg-drop-support-for-very-old-libav-versions.patch \
- file://0002-cap_ffmpeg-drop-the-local-copy-of-the-RIFF-FourCC-li.patch \
- file://0003-cap_ffmpeg-wrap-a-forgotten-instance-of-CODEC_ID_H26.patch \
- file://0004-cap_ffmpeg-do-not-use-AVStream.r_frame_rate.patch \
- file://0005-cap_ffmpeg-use-avcodec_encode_video2-where-available.patch \
-"