gstreamer/gst-libs/gst/opencv
Jan Schmidt c0561fb916 meson: Fix plugin symbol export for C++ sources/plugins
The symbol visibility=hidden flag was only being applied to C
compilation, so plugins implemented in C++ would leak extra symbols
than the 2 _get_desc() and _register().

That also showed that the gst-libs opencv C++ lib was not marking
symbols for export correctly because the BUILDING_GST_OPENCV define
wasn't in the C++ args, so fix that too.
2019-11-12 13:00:42 +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 meson: Fix plugin symbol export for C++ sources/plugins 2019-11-12 13:00:42 +00:00
opencv-prelude.h libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 14:45:56 +01:00