GNOME Bugzilla – Bug 392856
[qtdemux] plugin must link against zlib (error with MinGW)
Last modified: 2007-02-28 12:43:41 UTC
qtdemux must link against -lz. With MinGW, -lz is not automatically added, hence an error.
Fixed, hopefully: 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).
*** Bug 412723 has been marked as a duplicate of this bug. ***