mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
fix it so that the SPEEX plugin gets disted
Original commit message from CVS: fix it so that the SPEEX plugin gets disted
This commit is contained in:
parent
1566f33c50
commit
e6e63c0f15
1 changed files with 7 additions and 1 deletions
|
@ -262,6 +262,12 @@ else
|
||||||
SNAPSHOT_DIR=
|
SNAPSHOT_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_SPEEX
|
||||||
|
SPEEX_DIR=speex
|
||||||
|
else
|
||||||
|
SPEEX_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \
|
SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \
|
||||||
$(ARTS_DIR) $(ARTSC_DIR) $(AUDIOFILE_DIR) \
|
$(ARTS_DIR) $(ARTSC_DIR) $(AUDIOFILE_DIR) \
|
||||||
$(CDPARANOIA_DIR) $(DIVX_DIR) \
|
$(CDPARANOIA_DIR) $(DIVX_DIR) \
|
||||||
|
@ -274,7 +280,7 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \
|
||||||
$(MPEG2DEC_DIR) $(PANGO_DIR) $(RAW1394_DIR) \
|
$(MPEG2DEC_DIR) $(PANGO_DIR) $(RAW1394_DIR) \
|
||||||
$(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \
|
$(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \
|
||||||
$(SMOOTHWAVE_DIR) $(SNDFILE_DIR) $(SWFDEC_DIR) $(TARKIN_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=\
|
DIST_SUBDIRS=\
|
||||||
a52dec aalib alsa arts artsd \
|
a52dec aalib alsa arts artsd \
|
||||||
|
|
Loading…
Reference in a new issue