diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-05-01 17:58:38 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-05-01 17:58:38 +0000 |
commit | 9e8733719f54b7511cc6d66aa55a957b24921ded (patch) | |
tree | a178712c99b7d8358f663259c2ea80cc089304c7 /configure.ac | |
parent | cfb3b247bff2feaa6efbd32426c38e874b738eaf (diff) | |
download | gst-plugins-bad-9e8733719f54b7511cc6d66aa55a957b24921ded.tar.gz gst-plugins-bad-9e8733719f54b7511cc6d66aa55a957b24921ded.tar.bz2 gst-plugins-bad-9e8733719f54b7511cc6d66aa55a957b24921ded.zip |
moved to good. Closes #336110
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/inspect/plugin-taglib.xml:
* ext/Makefile.am:
* ext/taglib/Makefile.am:
* ext/taglib/gstid3v2mux.cc:
* ext/taglib/gstid3v2mux.h:
* ext/taglib/gsttaglib.cc:
* ext/taglib/gsttaglib.h:
* tests/check/Makefile.am:
* tests/check/elements/tagid3v2mux.c:
moved to good. Closes #336110
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac index f5343663..ff6704b4 100644 --- a/configure.ac +++ b/configure.ac @@ -523,22 +523,6 @@ GST_CHECK_FEATURE(SWFDEC, [swfdec plug-in], swfdec, [ AC_SUBST(SWFDEC_LIBS) ]) - -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_MSG_RESULT(no) - ]) - AC_SUBST(TAGLIB_CFLAGS) - AC_SUBST(TAGLIB_LIBS) - if test "x$HAVE_CXX" != "xyes"; then - USE_TAGLIB=false - AC_MSG_NOTICE([Not building taglib plugin: no C++ compiler found]) - fi -]) - dnl *** theora *** translit(dnm, m, l) AM_CONDITIONAL(USE_THEORADEC, true) GST_CHECK_FEATURE(THEORADEC, [ogg theora codec], theoraexpdec, [ @@ -668,7 +652,6 @@ ext/neon/Makefile ext/sdl/Makefile ext/soundtouch/Makefile ext/swfdec/Makefile -ext/taglib/Makefile ext/theora/Makefile ext/wavpack/Makefile ext/xvid/Makefile |