GST_PLUGINS_ALL="\
ac3parse adder audioscale auparse avi chart\
- cutter deinterlace flx intfloat lav law level\
+ cutter deinterlace flx intfloat law level\
median mpeg1enc mpeg1sys mpeg2enc mpeg2sub\
mpegaudio mpegaudioparse mpegstream mpegtypes\
passthrough playondemand rtjpeg silence sine\
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/deinterlace/Makefile \
gst/flx/Makefile \
gst/intfloat/Makefile \
-gst/lav/Makefile \
gst/law/Makefile \
gst/level/Makefile \
gst/median/Makefile \
gst/volenv/Makefile \
gst/volume/Makefile \
gst/vumeter/Makefile \
-gst/wavparse/Makefile"
+gst/wavparse/Makefile \
+gst/y4m/Makefile"
dnl $PLUGIN_GST_MAKEFILES
AC_OUTPUT(
ESD_DIR=
endif
+if USE_FESTIVAL
+FESTIVAL_DIR=festival
+else
+FESTIVAL_DIR=
+endif
+
if USE_LAME
LAME_DIR=lame
else
SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_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)
DIST_SUBDIRS=a52 aalib alsa avifile audiofile cdparanoia dvdread esd \
- lame mad mpeg2dec sdl vorbis
+ festival lame mad mpeg2dec sdl vorbis