From 9537e4bfa0db3bb55b9932cf1ee91fefe2e296c6 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Dec 2001 13:20:08 +0000 Subject: [PATCH] adding festival Original commit message from CVS: adding festival --- configure.ac | 8 ++++---- ext/Makefile.am | 10 ++++++++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index ea2ee53..329cc33 100644 --- a/configure.ac +++ b/configure.ac @@ -287,12 +287,12 @@ dnl ========================================================================== 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="" @@ -1036,7 +1036,6 @@ gst/cutter/Makefile \ gst/deinterlace/Makefile \ gst/flx/Makefile \ gst/intfloat/Makefile \ -gst/lav/Makefile \ gst/law/Makefile \ gst/level/Makefile \ gst/median/Makefile \ @@ -1065,7 +1064,8 @@ gst/videoscale/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( diff --git a/ext/Makefile.am b/ext/Makefile.am index 8804878..c53ea1b 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -46,6 +46,12 @@ else ESD_DIR= endif +if USE_FESTIVAL +FESTIVAL_DIR=festival +else +FESTIVAL_DIR= +endif + if USE_LAME LAME_DIR=lame else @@ -78,8 +84,8 @@ endif 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 -- 2.7.4