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 104858 - ffmpeg build requires -lz in linker flags
ffmpeg build requires -lz in linker flags
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other other
: Normal normal
: 0.6.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-01-30 22:42 UTC by Erik Walthinsen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Erik Walthinsen 2003-01-30 22:42:53 UTC
ffmpeg references uncompress() in mov.c, therefore require -lz in the
linker flags when building the plugin.
Comment 1 Erik Walthinsen 2003-01-30 22:44:17 UTC
Patch committed as gst-plugins/ext/ffmpeg/Makefile.am, revision 1.8.6.1.