opencv: Fix build error on macOS
authoryoungsoo.lee <youngsoo15.lee@gmail.com>
Wed, 30 Jun 2021 04:56:49 +0000 (13:56 +0900)
committeryoungsoo.lee <youngsoo15.lee@gmail.com>
Wed, 30 Jun 2021 05:03:22 +0000 (14:03 +0900)
commit260a82e514b1e2bba271c1c7df3fbbe66bb0027c
tree4d374d0a341b5867a690498c3e064b00fff3ccee
parent3b42c1878d809b17e45e9b8bfb58a10c80c88d7a
opencv: Fix build error on macOS

The build fails on macos with the following error:
/usr/local/Cellar/opencv/4.5.0_5/include/opencv4/opencv2/core/mat.hpp:2226:15: error: no template named 'initializer_list' in namespace 'std'
      Mat_(std::initializer_list<_Tp> values);
fatal error: too many errors emitted, stopping now [-ferror-limit=]
 35 warnings and 20 errors generated.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2368>
gst-libs/gst/opencv/meson.build