From e54a42a567f284d68d141967eff7f077ce2a55c0 Mon Sep 17 00:00:00 2001 From: Amaury Jacquot Date: Tue, 13 Jan 2004 23:15:58 +0000 Subject: [PATCH] enable compilation and installation of ivorbis plugin Original commit message from CVS: enable compilation and installation of ivorbis plugin --- ext/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/Makefile.am b/ext/Makefile.am index a5e112cb23..4c7eff84b6 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -352,6 +352,7 @@ SUBDIRS=\ $(SPEEX_DIR) \ $(SWFDEC_DIR) \ $(TARKIN_DIR) \ + $(IVORBIS_DIR) \ $(VORBIS_DIR) \ $(XVID_DIR)