After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 412726 - For matroska, undefined symbol: inflate
For matroska, undefined symbol: inflate
Status: RESOLVED DUPLICATE of bug 392855
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.5
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-27 18:48 UTC by Daniel Díaz
Modified: 2007-02-28 12:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Díaz 2007-02-27 18:48:42 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.
Comment 1 Tim-Philipp Müller 2007-02-28 12:42:26 UTC
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 ***