From e2ba0121a9c01e70ab05d722eab15f8c5501757d Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 30 Jan 2003 22:38:50 +0000 Subject: ffmpeg uses uncompress Original commit message from CVS: ffmpeg uses uncompress --- ext/ffmpeg/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ext/ffmpeg/Makefile.am b/ext/ffmpeg/Makefile.am index 1efded9..b85feaa 100644 --- a/ext/ffmpeg/Makefile.am +++ b/ext/ffmpeg/Makefile.am @@ -14,9 +14,12 @@ libgstffmpeg_la_SOURCES = gstffmpeg.c \ libgstffmpeg_la_CFLAGS = $(GST_CFLAGS) \ -I $(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavcodec \ -I $(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavformat + +# mov.c uses uncompress so we link in lz libgstffmpeg_la_LIBADD = \ $(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavcodec/libavcodec.a \ - $(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavformat/libavformat.a + $(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavformat/libavformat.a \ + -lz libgstffmpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit v1.2.3