From 47575c6de1d0513cbdecff7647acb514ad53184f Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 9 Mar 2006 17:44:17 +0000 Subject: new id3v2 muxer based on TagLib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: 2006-03-09 Christophe Fergeau reviewed by: Tim-Philipp Müller * configure.ac: * ext/Makefile.am: * ext/taglib/Makefile.am: * ext/taglib/gsttaglib.cc: * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib --- configure.ac | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e67f046f..87fca060 100644 --- a/configure.ac +++ b/configure.ac @@ -649,6 +649,14 @@ int main () { return 0; } ], ) ]) +dnl *** taglib *** +translit(dnm, m, l) AM_CONDITIONAL(USE_TAGLIB, true) +GST_CHECK_FEATURE(TAGLIB, [taglib ID3v2 tag writer], taglib, [ + PKG_CHECK_MODULES(TAGLIB, taglib >= 1.4, HAVE_TAGLIB="yes", HAVE_TAGLIB="no") + AC_SUBST(TAGLIB_CFLAGS) + AC_SUBST(TAGLIB_LIBS) +]) + dnl also add builddir include for enumtypes and marshal GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GST_ERROR" @@ -738,6 +746,7 @@ ext/divx/Makefile ext/musepack/Makefile ext/sdl/Makefile ext/swfdec/Makefile +ext/taglib/Makefile ext/xvid/Makefile docs/Makefile docs/plugins/Makefile -- cgit v1.2.1