From 75553cc4d35800fbfdabd51e84ca248f4e2ed73c 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 a5e112c..4c7eff8 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) -- 2.7.4