From: Christian Schaller Date: Fri, 18 Jul 2003 20:28:36 +0000 (+0000) Subject: fix it so that the SPEEX plugin gets disted X-Git-Tag: 1.19.3~509^2~15841 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6e63c0f157abbac1b3515afbe420f8e5a79fd65;p=platform%2Fupstream%2Fgstreamer.git fix it so that the SPEEX plugin gets disted Original commit message from CVS: fix it so that the SPEEX plugin gets disted --- diff --git a/ext/Makefile.am b/ext/Makefile.am index 5581964..9e7c966 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -262,6 +262,12 @@ else SNAPSHOT_DIR= endif +if USE_SPEEX +SPEEX_DIR=speex +else +SPEEX_DIR= +endif + SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(ARTS_DIR) $(ARTSC_DIR) $(AUDIOFILE_DIR) \ $(CDPARANOIA_DIR) $(DIVX_DIR) \ @@ -274,7 +280,7 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(MPEG2DEC_DIR) $(PANGO_DIR) $(RAW1394_DIR) \ $(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \ $(SMOOTHWAVE_DIR) $(SNDFILE_DIR) $(SWFDEC_DIR) $(TARKIN_DIR) \ - $(VORBIS_DIR) $(XVID_DIR) $(SNAPSHOT_DIR) + $(VORBIS_DIR) $(XVID_DIR) $(SNAPSHOT_DIR) $(SPEEX_DIR) DIST_SUBDIRS=\ a52dec aalib alsa arts artsd \