Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marc-André Lureau
gst-plugins-good
Commits
ae9cdb2f
Commit
ae9cdb2f
authored
Apr 26, 2009
by
Tim-Philipp Müller
Browse files
id3v2mux: we need taglib 1.5 for ID3v2::RelativeVolumeFrame::setIdentification
Bump taglib requirement.
parent
0ff1b18c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
ae9cdb2f
...
...
@@ -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])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment