From 27838eebc9970a73ae49155c7e23f6545be774cd 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)