summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohn Millikin <jmillikin@gmail.com>2009-08-04 14:14:53 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-06 06:43:38 +0200
commitcd31b2e298c51f4c87bff8039dc059be5f0c9460 (patch)
tree8a276bf55f42dbe7622779fbcc186134b1846705 /configure.ac
parent8c874a7ff3512d7ee8af0557b81442040f2828c3 (diff)
tag: Add support for ALBUM_ARTIST tag in vorbiscomments and ID3v2 tags
Require latest core for this. Fixes bug #590430.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d752101c..b818ea6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.23.1
+GST_REQ=0.10.24.1
dnl *** autotools stuff ****