diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 16:11:28 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 16:11:28 +0000 |
commit | 8211ed26bd0bf66beb6f4baffdb18233adff30c4 (patch) | |
tree | 4995324816f295317a2481196523a2206fad5b72 /ext | |
parent | 4990996dbf1fa7d50e4dd44d242ef6bb3240f6e6 (diff) | |
download | gst-plugins-bad-8211ed26bd0bf66beb6f4baffdb18233adff30c4.tar.gz gst-plugins-bad-8211ed26bd0bf66beb6f4baffdb18233adff30c4.tar.bz2 gst-plugins-bad-8211ed26bd0bf66beb6f4baffdb18233adff30c4.zip |
xmms
Original commit message from CVS:
xmms
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index d5c74f0d..39cddbf5 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -119,12 +119,19 @@ else VORBIS_DIR= endif +if USE_XMMS +XMMS_DIR=xmms +else +XMMS_DIR= +endif + SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) \ $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DVDREAD_DIR) $(ESD_DIR) \ $(FESTIVAL_DIR) $(FLAC_DIR) $(GSM_DIR) $(HERMES_DIR) \ $(JPEG_DIR) $(LAME_DIR) $(MAD_DIR) $(MPEG2DEC_DIR) \ - $(OPENQUICKTIME_DIR) $(SDL_DIR) $(SHOUT_DIR) $(VORBIS_DIR) + $(OPENQUICKTIME_DIR) $(SDL_DIR) $(SHOUT_DIR) $(VORBIS_DIR) \ + $(XMMS_DIR) DIST_SUBDIRS=a52 aalib alsa avifile audiofile cdparanoia dvdread esd \ festival flac gsm hermes jpeg lame mad mpeg2dec \ - openquicktime sdl shout vorbis + openquicktime sdl shout vorbis xmms |