diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 22:50:04 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 22:50:04 +0000 |
commit | 16d9655cdfccc938ddc06823285434e78211670a (patch) | |
tree | a2309d3f74f606f096cf8dc635f965b55b4a9cdf | |
parent | c4856f58bc268a2ce823fa921fb9b8a3e71dfd34 (diff) | |
download | gst-plugins-bad-16d9655cdfccc938ddc06823285434e78211670a.tar.gz gst-plugins-bad-16d9655cdfccc938ddc06823285434e78211670a.tar.bz2 gst-plugins-bad-16d9655cdfccc938ddc06823285434e78211670a.zip |
removing arts and artsd for now
Original commit message from CVS:
removing arts and artsd for now
-rw-r--r-- | ext/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index f5dfa09c..171b2241 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -168,7 +168,8 @@ SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(OPENQUICKTIME_DIR) $(RTP_DIR) $(SDL_DIR) $(SHOUT_DIR) $(VORBIS_DIR) \ $(XMMS_DIR) -DIST_SUBDIRS=a52 aalib alsa arts artsd avifile audiofile cdparanoia \ +# fixme : add arts and artsd +DIST_SUBDIRS=a52 aalib alsa avifile audiofile cdparanoia \ dv dvdread esd \ festival flac gnomevfs gsm hermes jpeg lame mad mikmod mpeg2dec \ openquicktime rtp sdl shout vorbis xmms |