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 412723 - For qtdemux, undefined symbol: inflate
For qtdemux, undefined symbol: inflate
Status: RESOLVED DUPLICATE of bug 392856
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.4
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-27 18:44 UTC by Daniel Díaz
Modified: 2007-02-28 12:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Díaz 2007-02-27 18:44:55 UTC
libgstqtdemux.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:43:41 UTC
This has been fixed already:

 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>

        * configure.ac:
        * gst/qtdemux/Makefile.am:
        * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
          Check for zlib and if available pass it explicitly to the linker
          when linking qtdemux. If not available (or --disable-external has
          been specified!), disable the bits in qtdemux that use it. Fixes
          build on MingW (#392856).



*** This bug has been marked as a duplicate of 392856 ***