Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gstreamer1.0, imx-gst1.0-plugin: Cleanup patch files | Cristinel Panfir | 2019-12-20 | 1 | -40/+0 |
| | | | | | | Remove unused patches Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com> | ||||
* | recipes-multimedia/gstreamer: Fix compilation with OpenCV 3.4.5 | Vincent Dehors | 2019-03-19 | 1 | -0/+40 |
This commit fixes the compilation of gstreamer1.0-plugins-bad which failed with : from ../../../git/ext/opencv/gstgrabcut.cpp:90: [...] error: conflicting declaration of C function 'CvMoments cvMoments(const cv::Moments&) The added patch is similar to 0001-opencv-fix-build-for-opencv-3-4-2.patch but for gstgrabcut.cpp. |