From ae9cdb2f16517f782406155b3cf06daa9d5561bc Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sun, 26 Apr 2009 15:59:50 +0100 Subject: id3v2mux: we need taglib 1.5 for ID3v2::RelativeVolumeFrame::setIdentification Bump taglib requirement. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 31cb7ac5..7b49e2ed 100644 --- a/configure.ac +++ b/configure.ac @@ -913,7 +913,7 @@ AG_GST_CHECK_FEATURE(SPEEX, [speex speech codec], speex, [ dnl *** taglib *** translit(dnm, m, l) AM_CONDITIONAL(USE_TAGLIB, true) AG_GST_CHECK_FEATURE(TAGLIB, [taglib tagging library], taglib, [ - AG_GST_PKG_CHECK_MODULES(TAGLIB, taglib >= 1.4) + AG_GST_PKG_CHECK_MODULES(TAGLIB, taglib >= 1.5) if test "x$HAVE_CXX" != "xyes"; then USE_TAGLIB=false AC_MSG_NOTICE([Not building taglib plugin: no C++ compiler found]) -- cgit