diff options
| author | Amaury Jacquot <sxpert@esitcom.org> | 2004-01-13 23:15:58 +0000 | 
|---|---|---|
| committer | Amaury Jacquot <sxpert@esitcom.org> | 2004-01-13 23:15:58 +0000 | 
| commit | 27838eebc9970a73ae49155c7e23f6545be774cd (patch) | |
| tree | 8ff517d498fa09d3286ed8e66f6941df6ccace02 | |
| parent | eabada02dc2d16578783c51f1030bc44096e2ba6 (diff) | |
enable compilation and installation of ivorbis plugin
Original commit message from CVS:
enable compilation and installation of ivorbis plugin
| -rw-r--r-- | ext/Makefile.am | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index a5e112cb..4c7eff84 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)  | 
