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 | 12860d2aa93e24816e2117ad5c4e58a8d1037424 (patch) | |
tree | 07fa95ae3ebba4a78247bee977fd03e630039de8 | |
parent | 42501950c3b085edd179c260262af071de2b942c (diff) | |
download | gst-plugins-bad-12860d2aa93e24816e2117ad5c4e58a8d1037424.tar.gz gst-plugins-bad-12860d2aa93e24816e2117ad5c4e58a8d1037424.tar.bz2 gst-plugins-bad-12860d2aa93e24816e2117ad5c4e58a8d1037424.zip |
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) |