GNOME Bugzilla – Bug 578629
libgstphotography missing exports for MSVC
Last modified: 2010-11-09 21:36:27 UTC
libgstphotography does not have exports defined. Linking with camerabin, for instance, subsequently fails. For now, I've created a module definition file (.def) that works, but this divergent behavior from the other libs. I attached the .def file, but it's not the correct fix, IMO.
Created attachment 132479 [details] Module Definition File (.def)
We currently maintain .def files with exported symbols for gstreamer and gst-plugins-base as well and keep them up-to-date automatically via make check-exports. The hooks for that would need to be added here too.
Pushed a64e0ff930f6272e52abc5b5ac06014bbc5a0afd that fixes this.