GNOME Bugzilla – Bug 551046
gst-ffmpeg configure complains about libz2, should be libbz2
Last modified: 2008-09-06 10:01:34 UTC
during gst-ffmpeg/autogen.sh, I got this error message: configure: error: libz2 is required I think that should be libbz2.
There was a type in the erro message, but the actual check it correct. Do you have bzlib.h? You might need to install the bzip2-dev package. AG_GST_CHECK_LIBHEADER(BZ2, bz2, BZ2_bzlibVersion, , bzlib.h,, AC_ERROR([libbz2 is required]))
I filed the bug about the typo.
Thanks, I fixed than.