diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-02-23 19:58:50 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-02-23 19:58:50 +0000 |
commit | 6fdb0b803915e870a9354e12eb76a6e208371f2b (patch) | |
tree | 692130aaf56154b2b07915ffe9a70a9e421280f6 /ext/Makefile.am | |
parent | 56dd04644e24dcff9ce663d59bfe354433d66362 (diff) | |
download | gst-plugins-bad-6fdb0b803915e870a9354e12eb76a6e208371f2b.tar.gz gst-plugins-bad-6fdb0b803915e870a9354e12eb76a6e208371f2b.tar.bz2 gst-plugins-bad-6fdb0b803915e870a9354e12eb76a6e208371f2b.zip |
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mis...
Original commit message from CVS:
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 6816c7de..4514d888 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -274,7 +274,7 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_DIR) \ $(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \ $(SMOOTHWAVE_DIR) $(SWFDEC_DIR) $(TARKIN_DIR) \ - $(IVORBIS_DIR) $(VORBIS_DIR) $(XMMS_DIR) $(SNAPSHOT_DIR) + $(VORBIS_DIR) $(XMMS_DIR) $(SNAPSHOT_DIR) DIST_SUBDIRS=\ a52dec aalib alsa \ |