mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
adding festival
Original commit message from CVS: adding festival
This commit is contained in:
parent
8f424bcb6b
commit
e984608eb3
2 changed files with 12 additions and 6 deletions
|
@ -287,12 +287,12 @@ dnl ==========================================================================
|
||||||
|
|
||||||
GST_PLUGINS_ALL="\
|
GST_PLUGINS_ALL="\
|
||||||
ac3parse adder audioscale auparse avi chart\
|
ac3parse adder audioscale auparse avi chart\
|
||||||
cutter deinterlace flx intfloat lav law level\
|
cutter deinterlace flx intfloat law level\
|
||||||
median mpeg1enc mpeg1sys mpeg2enc mpeg2sub\
|
median mpeg1enc mpeg1sys mpeg2enc mpeg2sub\
|
||||||
mpegaudio mpegaudioparse mpegstream mpegtypes\
|
mpegaudio mpegaudioparse mpegstream mpegtypes\
|
||||||
passthrough playondemand rtjpeg silence sine\
|
passthrough playondemand rtjpeg silence sine\
|
||||||
smooth smoothwave spectrum speed stereo stereomono\
|
smooth smoothwave spectrum speed stereo stereomono\
|
||||||
synaesthesia udp videoscale volenv volume vumeter wavparse"
|
synaesthesia udp videoscale volenv volume vumeter wavparse y4m"
|
||||||
|
|
||||||
GST_PLUGINS_ALL=""
|
GST_PLUGINS_ALL=""
|
||||||
|
|
||||||
|
@ -1036,7 +1036,6 @@ gst/cutter/Makefile \
|
||||||
gst/deinterlace/Makefile \
|
gst/deinterlace/Makefile \
|
||||||
gst/flx/Makefile \
|
gst/flx/Makefile \
|
||||||
gst/intfloat/Makefile \
|
gst/intfloat/Makefile \
|
||||||
gst/lav/Makefile \
|
|
||||||
gst/law/Makefile \
|
gst/law/Makefile \
|
||||||
gst/level/Makefile \
|
gst/level/Makefile \
|
||||||
gst/median/Makefile \
|
gst/median/Makefile \
|
||||||
|
@ -1065,7 +1064,8 @@ gst/videoscale/Makefile \
|
||||||
gst/volenv/Makefile \
|
gst/volenv/Makefile \
|
||||||
gst/volume/Makefile \
|
gst/volume/Makefile \
|
||||||
gst/vumeter/Makefile \
|
gst/vumeter/Makefile \
|
||||||
gst/wavparse/Makefile"
|
gst/wavparse/Makefile \
|
||||||
|
gst/y4m/Makefile"
|
||||||
|
|
||||||
dnl $PLUGIN_GST_MAKEFILES
|
dnl $PLUGIN_GST_MAKEFILES
|
||||||
AC_OUTPUT(
|
AC_OUTPUT(
|
||||||
|
|
|
@ -46,6 +46,12 @@ else
|
||||||
ESD_DIR=
|
ESD_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_FESTIVAL
|
||||||
|
FESTIVAL_DIR=festival
|
||||||
|
else
|
||||||
|
FESTIVAL_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
if USE_LAME
|
if USE_LAME
|
||||||
LAME_DIR=lame
|
LAME_DIR=lame
|
||||||
else
|
else
|
||||||
|
@ -78,8 +84,8 @@ endif
|
||||||
|
|
||||||
SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) \
|
SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) \
|
||||||
$(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DVDREAD_DIR) $(ESD_DIR) \
|
$(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DVDREAD_DIR) $(ESD_DIR) \
|
||||||
$(LAME_DIR) $(MAD_DIR) $(MPEG2DEC_DIR) \
|
$(FESTIVAL_DIR) $(LAME_DIR) $(MAD_DIR) $(MPEG2DEC_DIR) \
|
||||||
$(SDL_DIR) $(VORBIS_DIR)
|
$(SDL_DIR) $(VORBIS_DIR)
|
||||||
|
|
||||||
DIST_SUBDIRS=a52 aalib alsa avifile audiofile cdparanoia dvdread esd \
|
DIST_SUBDIRS=a52 aalib alsa avifile audiofile cdparanoia dvdread esd \
|
||||||
lame mad mpeg2dec sdl vorbis
|
festival lame mad mpeg2dec sdl vorbis
|
||||||
|
|
Loading…
Reference in a new issue