Check for zlib and if available pass it explicitly to the linker when linking qtdemux...
authorTim-Philipp Müller <tim@centricular.net>
Fri, 5 Jan 2007 18:32:03 +0000 (18:32 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 5 Jan 2007 18:32:03 +0000 (18:32 +0000)
commit1bf15564bf9ff6d5e1b70816e80aeae2d2c1e1a8
treeb7e28e5cf0e4d03d3a57b971ee2cbdbbb1395a94
parent5b4a32581104b18d084ff97c65fa91afc653c487
Check for zlib and if available pass it explicitly to the linker when linking qtdemux. If not available (or --disable...

Original commit message from CVS:
* 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).
ChangeLog
configure.ac
gst/qtdemux/Makefile.am
gst/qtdemux/qtdemux.c