From e21340d2ee18feb21ebf9c6aae509c03c07b8464 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 26 Dec 2001 06:49:47 +0000 Subject: muahahahaha. gstreamer-compprep initializes every plugin so it's a good way of figuring out plugin issues. it spits o... Original commit message from CVS: muahahahaha. gstreamer-compprep initializes every plugin so it's a good way of figuring out plugin issues. it spits out no more errors now. --- ext/Makefile.am | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index 39ff5185..3ebdc5aa 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -160,6 +160,12 @@ else SHOUT_DIR= endif +if USE_SMOOTHWAVE +SMOOTHWAVE_DIR=smoothwave +else +SMOOTHWAVE_DIR= +endif + if USE_VORBIS VORBIS_DIR=vorbis else @@ -176,12 +182,13 @@ SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(ARTS_DIR) $(ARTSC_DIR) $(AUDIOFILE_DIR) \ $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DV_DIR) $(DVDREAD_DIR) $(ESD_DIR) \ $(FESTIVAL_DIR) $(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) $(HERMES_DIR) \ - $(HTTP_DIR) $(JPEG_DIR) $(LAME_DIR) $(MAD_DIR) \ - $(MIKMOD_DIR) $(MPEG2DEC_DIR) $(OPENQUICKTIME_DIR) \ - $(RAW1394_DIR) $(RTP_DIR) $(SDL_DIR) $(SHOUT_DIR) $(VORBIS_DIR) \ - $(XMMS_DIR) + $(HTTP_DIR) $(JPEG_DIR) $(LAME_DIR) $(MAD_DIR) $(MIKMOD_DIR) $(MPEG2DEC_DIR) \ + $(OPENQUICKTIME_DIR) $(RTP_DIR) $(SDL_DIR) $(SHOUT_DIR) \ + $(SMOOTHWAVE_DIR) $(VORBIS_DIR) $(XMMS_DIR) DIST_SUBDIRS=a52 aalib alsa arts artsd avifile audiofile cdparanoia \ dv dvdread esd \ + festival flac gnomevfs gsm hermes http jpeg lame mad mikmod mpeg2dec \ + openquicktime rtp sdl shout smoothwave vorbis xmms festival flac gnomevfs gsm hermes http jpeg ladspa lame mad mikmod mpeg2dec \ - openquicktime raw1394 rtp sdl shout sidplay vorbis xmms + openquicktime raw1394 rtp sdl shout sidplay smoothwave vorbis xmms -- cgit