GNOME Bugzilla – Bug 412723
For qtdemux, undefined symbol: inflate
Last modified: 2007-02-28 12:43:41 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.
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 ***