diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-05-26 23:16:24 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-05-26 23:16:24 +0000 |
commit | b83939ad1c42f8dc52e3257932cdb38964c68979 (patch) | |
tree | dbc3568d4d6e739a65e3fe90db9934ba117544d6 /src | |
parent | ff2bd64f59e71236926a46d6f1abe5928dbf0cab (diff) | |
download | xine-lib-b83939ad1c42f8dc52e3257932cdb38964c68979.tar.gz xine-lib-b83939ad1c42f8dc52e3257932cdb38964c68979.tar.bz2 |
add zlib depency to make cygwin happy
this is probably not the ideal solution (zlib could be staticaly linked
to libxine)
CVS patchset: 4955
CVS date: 2003/05/26 23:16:24
Diffstat (limited to 'src')
-rw-r--r-- | src/demuxers/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index d71c37151..6cac0e5cf 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -76,7 +76,7 @@ xineplug_dmx_mpeg_ts_la_LIBADD = $(XINE_LIB) xineplug_dmx_mpeg_ts_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_dmx_qt_la_SOURCES = demux_qt.c -xineplug_dmx_qt_la_LIBADD = $(XINE_LIB) +xineplug_dmx_qt_la_LIBADD = $(XINE_LIB) $(ZLIB_LIBS) xineplug_dmx_qt_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_dmx_asf_la_SOURCES = demux_asf.c |