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 /ext/Makefile.am | |
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 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 561874b5..c28a13aa 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -202,12 +202,6 @@ else SWFDEC_DIR= endif -if USE_TAGLIB -TAGLIB_DIR = taglib -else -TAGLIB_DIR = -endif - if USE_THEORADEC THEORA_DIR = theora else @@ -267,7 +261,6 @@ SUBDIRS=\ $(SNDFILE_DIR) \ $(SOUNDTOUCH_DIR) \ $(SWFDEC_DIR) \ - $(TAGLIB_DIR) \ $(TARKIN_DIR) \ $(THEORA_DIR) \ $(WAVPACK_DIR) \ @@ -290,7 +283,6 @@ DIST_SUBDIRS= \ sdl \ swfdec \ soundtouch \ - taglib \ theora \ wavpack \ xvid |