gstreamer/gst-libs/gst/opencv
Jordan Petridis cee211123a opencv: compile with -Wno-format-nonliteral
opencv plugin is pulling a header which makses clang++ 10
complain a lot and blocks -werror.

```
/usr/include/opencv4/opencv2/flann/logger.h:83:36: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
        int ret = vfprintf(stream, fmt, arglist);
                                   ^~~
```

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1494>
2020-08-05 12:17:06 +00:00
..
gstopencvutils.cpp opencv: port to c++ 2019-02-02 18:34:10 +00:00
gstopencvutils.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
gstopencvvideofilter.cpp opencv: port to c++ 2019-02-02 18:34:10 +00:00
gstopencvvideofilter.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
meson.build opencv: compile with -Wno-format-nonliteral 2020-08-05 12:17:06 +00:00
opencv-prelude.h libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 14:45:56 +01:00