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 392856 - [qtdemux] plugin must link against zlib (error with MinGW)
[qtdemux] plugin must link against zlib (error with MinGW)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 0.10.5
Assigned To: Tim-Philipp Müller
GStreamer Maintainers
: 412723 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-01-04 19:54 UTC by Vincent Torri
Modified: 2007-02-28 12:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Torri 2007-01-04 19:54:38 UTC
qtdemux must link against -lz. With MinGW, -lz is not automatically added, hence an error.
Comment 1 Tim-Philipp Müller 2007-01-05 18:36:50 UTC
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).

Comment 2 Tim-Philipp Müller 2007-02-28 12:43:41 UTC
*** Bug 412723 has been marked as a duplicate of this bug. ***