diff options
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 |