diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-10-29 12:02:31 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-10-29 12:02:31 +0000 |
commit | 5461098c1944bf22d0efd32921dc68bfca02c493 (patch) | |
tree | a200b61a7bc31f5a1f0e9aa01caa187fc3479289 | |
parent | baf25be6553b56b66e03b6eb96e892ef96f9c9b8 (diff) | |
download | gst-plugins-bad-5461098c1944bf22d0efd32921dc68bfca02c493.tar.gz gst-plugins-bad-5461098c1944bf22d0efd32921dc68bfca02c493.tar.bz2 gst-plugins-bad-5461098c1944bf22d0efd32921dc68bfca02c493.zip |
fixed shout2 building
Original commit message from CVS:
fixed shout2 building
-rw-r--r-- | ext/Makefile.am | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index c14016e8..53100469 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -202,6 +202,12 @@ else SHOUT_DIR= endif +if USE_SHOUT2 +SHOUT2_DIR=shout2 +else +SHOUT2_DIR= +endif + if USE_SMOOTHWAVE SMOOTHWAVE_DIR=smoothwave else @@ -249,7 +255,7 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_DIR) \ $(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \ $(SMOOTHWAVE_DIR) $(SNAPSHOT_DIR) $(SWFDEC_DIR) $(TARKIN_DIR) \ - $(VORBIS_DIR) $(XMMS_DIR) + $(VORBIS_DIR) $(XMMS_DIR) $(SHOUT2_DIR) DIST_SUBDIRS=\ a52dec aalib alsa \ @@ -261,5 +267,5 @@ DIST_SUBDIRS=\ ladspa lame lcs libfame \ mad mikmod mjpegtools mpeg2dec \ openquicktime raw1394 rtp \ - sdl shout sidplay \ + sdl shout shout2 sidplay \ smoothwave snapshot swfdec tarkin vorbis xmms |