diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-03 09:59:10 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-03 09:59:10 +0000 |
commit | 1c087c8a15062bec8bd616e9dfff7a7d4498f908 (patch) | |
tree | 09383f7a7a515aababe319fd1fd35df89b1c0bec /configure.ac | |
parent | 5b1cd15706e0f7a5ad73fb0bfefd64395a610004 (diff) | |
download | gst-plugins-bad-1c087c8a15062bec8bd616e9dfff7a7d4498f908.tar.gz gst-plugins-bad-1c087c8a15062bec8bd616e9dfff7a7d4498f908.tar.bz2 gst-plugins-bad-1c087c8a15062bec8bd616e9dfff7a7d4498f908.zip |
various name fixes and sundry
Original commit message from CVS:
various name fixes and sundry
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 9f28cc10..5a393844 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AM_DISABLE_STATIC dnl when going to/from release please set the nano (fourth number) right ! dnl We disable static building for development, for time savings AM_DISABLE_STATIC -AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 4, 0) +AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 4, 1) AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes) @@ -169,9 +169,10 @@ dnl ========================================================================== GST_PLUGIN_LDFLAGS='-module -avoid-version' AC_SUBST(GST_PLUGIN_LDFLAGS) +dnl these are all the gst plugins, compilable without additional libs GST_PLUGINS_ALL="\ ac3parse adder audioscale auparse avi cdxaparse chart\ - cutter deinterlace flx goom intfloat law level\ + cutter deinterlace festival flx goom intfloat law level\ median mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub\ mpegaudio mpegaudioparse mpegstream mpegtypes modplug\ monoscope passthrough playondemand qtdemux rtjpeg silence sine\ @@ -373,8 +374,8 @@ GST_CHECK_FEATURE(ESD, [esound plugins], esdsink esdmon, [ ]) dnl **** festival **** -translit(dnm, m, l) AM_CONDITIONAL(USE_FESTIVAL, true) -GST_CHECK_FEATURE(FESTIVAL, [festival plugins], festivalsrc, [ +dnl translit(dnm, m, l) AM_CONDITIONAL(USE_FESTIVAL, true) +dnl GST_CHECK_FEATURE(FESTIVAL, [festival plugins], festivalsrc, [ dnl NOTE: just using local net connection now, add this lib check dnl in the future if needed dnl AC_LANG_PUSH(C++) @@ -386,8 +387,8 @@ GST_CHECK_FEATURE(FESTIVAL, [festival plugins], festivalsrc, [ dnl GST_CHECK_LIBHEADER(FESTIVAL, Festival, , , festival/festival.h, FESTIVAL_LIBS="-lFestival") dnl AC_LANG_POP(C++) dnl AC_SUBST(FESTIVAL_LIBS) - HAVE_FESTIVAL=yes -]) +dnl HAVE_FESTIVAL=yes +dnl]) dnl *** FLAC *** translit(dnm, m, l) AM_CONDITIONAL(USE_FLAC, true) @@ -753,6 +754,7 @@ gst/cdxaparse/Makefile gst/chart/Makefile gst/cutter/Makefile gst/deinterlace/Makefile +gst/festival/Makefile gst/flx/Makefile gst/goom/Makefile gst/intfloat/Makefile @@ -811,7 +813,7 @@ ext/cdparanoia/Makefile ext/dv/Makefile ext/dvdread/Makefile ext/esd/Makefile -ext/festival/Makefile +ext/ffmpeg/Makefile ext/flac/Makefile ext/gnomevfs/Makefile ext/gsm/Makefile |