GNOME Bugzilla – Bug 412726
For matroska, undefined symbol: inflate
Last modified: 2007-02-28 12:42:26 UTC
libgstmatroska.so fails to be loaded with this error: "undefined symbol: inflate". The -lz flag should be passed to the linker but is nowhere defined in the Makefiles.
This has been fixed already: 2007-01-05 Tim-Philipp Müller <tim at centricular dot net> * gst/matroska/Makefile.am: If zlib is available and used, we must link it explicitly for things to work on MingW (fixes #392855). *** This bug has been marked as a duplicate of 392855 ***